#include <ostream>
#include <algorithm>
#include <extensions/iterator.hpp>
#include <extensions/range.hpp>
#include "vector.hpp"
Go to the source code of this file.
|
template<class T , class Compare , class Alloc > |
void | ext::swap (ext::linear_set< T, Compare, Alloc > &x, ext::linear_set< T, Compare, Alloc > &y) |
| Specialisation of swap for linear set. More...
|
|
template<class T , class ... Ts> |
std::ostream & | ext::operator<< (std::ostream &out, const ext::linear_set< T, Ts ... > &value) |
| Operator to print the set to the output stream. More...
|
|