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

Go to the source code of this file.

Data Structures

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

Namespaces

namespace  ext
 

Functions

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