![]() |
Home | Libraries | People | FAQ | More |
boost::pipe_consumer
// In header: <boost/iterator/consumer_iterator.hpp> template<typename Pipe> struct pipe_consumer { // types typedef unspecified boost_concept_check__LINE__; typedef Pipe::input_type input_type; // construct/copy/destruct pipe_consumer(); pipe_consumer(Pipe); // public member functions template<typename In> In ltr(In, In) ; template<typename In> In rtl(In, In) ; };