![]() |
Home | Libraries | People | FAQ | More |
boost::piped_pipe
// In header: <boost/iterator/pipe_iterator.hpp> template<typename P1, typename P2> struct piped_pipe { // types typedef unspecified boost_concept_check__LINE__; typedef unspecified boost_concept_check__LINE__; typedef unspecified boost_concept_check__LINE__; typedef P1::input_type input_type; typedef P2::output_type output_type; // construct/copy/destruct piped_pipe(); piped_pipe(P1, P2 = P2()); // 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) ; static const std::size_t mpl_assertion_in_line___LINE__; };