#include <algorithm>
#include <cassert>
#include <stxxl/bits/verbose.h>
#include <stxxl/bits/noncopyable.h>
Go to the source code of this file.
|
| stxxl |
| STXXL library namespace
|
|
|
template<class ValueType > |
void | std::swap (stxxl::swap_vector< ValueType > &a, stxxl::swap_vector< ValueType > &b) |
|
template<class ForwardIterator , class UnaryPredicate > |
ForwardIterator | stxxl::swap_remove_if (ForwardIterator first, ForwardIterator last, UnaryPredicate pred) |
| Transforms the range [first,last) into a range with all the elements for which pred returns true removed, and returns an iterator to the new end of that range. More...
|
|