#include <utility>
#include <functional>
#include <iostream>
Go to the source code of this file.
Namespaces |
| namespace | rheolef |
| | irheostream, orheostream - large data streams
|
Functions |
| template<typename InputPairIterator , typename OutputPairIterator , typename UnaryOperation > |
| OutputPairIterator | rheolef::pair_transform_second (InputPairIterator first, InputPairIterator last, OutputPairIterator result, UnaryOperation unary_op) |
| template<class T1 , class T2 > |
| std::ostream & | rheolef::operator<< (std::ostream &out, const std::pair< T1, T2 > &x) |