Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
set.hpp File Reference
#include <set>
#include <ext/ostream>
#include <extensions/range.hpp>
Include dependency graph for set.hpp:

Go to the source code of this file.

Data Structures

class  ext::set< T, Cmp, Alloc >
 

Namespaces

namespace  ext
 

Functions

template<class T , class ... Ts>
ext::ostreamext::operator<< (ext::ostream &out, const ext::set< T, Ts ... > &list)
 Operator to print the set to the output stream. More...
 
template<class T >
ext::set< T > ext::operator+ (const ext::set< T > &first, const ext::set< T > &second)
 Implementation of union of two sets. More...