![]() |
Home | Libraries | People | FAQ | More |
boost::one_many_pipe
// In header: <boost/iterator/pipe_iterator.hpp> template<typename OneManyPipe> struct one_many_pipe { // public member functions template<typename In, typename Out> std::pair< In, Out > ltr(In, In, Out) ; template<typename In, typename Out> std::pair< In, Out > rtl(In, In, Out) ; };