|
Stxxl
1.4.0
|
#include <stxxl/bits/namespace.h>#include <stxxl/bits/mng/buf_istream.h>#include <stxxl/bits/mng/buf_ostream.h>
Go to the source code of this file.
Namespaces | |
| namespace | stxxl |
| |
Functions | |
| template<typename _ExtIterator , typename _UnaryFunction > | |
| _UnaryFunction | stxxl::for_each (_ExtIterator _begin, _ExtIterator _end, _UnaryFunction _functor, int_type nbuffers) |
| External equivalent of std::for_each. | |
| template<typename _ExtIterator , typename _UnaryFunction > | |
| _UnaryFunction | stxxl::for_each_m (_ExtIterator _begin, _ExtIterator _end, _UnaryFunction _functor, int_type nbuffers) |
| External equivalent of std::for_each (mutating) | |
| template<typename _ExtIterator , typename _Generator > | |
| void | stxxl::generate (_ExtIterator _begin, _ExtIterator _end, _Generator _generator, int_type nbuffers) |
| External equivalent of std::generate. | |
| template<typename _ExtIterator , typename _EqualityComparable > | |
| _ExtIterator | stxxl::find (_ExtIterator _begin, _ExtIterator _end, const _EqualityComparable &_value, int_type nbuffers) |
| External equivalent of std::find. | |
1.7.6.1