Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
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::ostream & | ext::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... | |