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