Go to the source code of this file.
|
| | stxxl |
| | STXXL library namespace
|
| |
|
| template<typename ExtIterator , typename EqualityComparable > |
| ExtIterator | stxxl::find (ExtIterator begin, ExtIterator end, const EqualityComparable &value, int_type nbuffers=0) |
| | External equivalent of std::find, see stxxl::find. More...
|
| |
| template<typename ExtIterator , typename UnaryFunction > |
| UnaryFunction | stxxl::for_each (ExtIterator begin, ExtIterator end, UnaryFunction functor, int_type nbuffers=0) |
| | External equivalent of std::for_each, see stxxl::for_each. More...
|
| |
| template<typename ExtIterator , typename UnaryFunction > |
| UnaryFunction | stxxl::for_each_m (ExtIterator begin, ExtIterator end, UnaryFunction functor, int_type nbuffers=0) |
| | External equivalent of std::for_each (mutating), see stxxl::for_each_m (mutating). More...
|
| |
| template<typename ExtIterator , typename Generator > |
| void | stxxl::generate (ExtIterator begin, ExtIterator end, Generator generator, int_type nbuffers=0) |
| | External equivalent of std::generate, see stxxl::generate. More...
|
| |