![]() |
Home | Libraries | People | FAQ | More |
boost::multi_boundary
// In header: <boost/iterator/consumer_iterator.hpp> template<typename B1, typename Pipe, typename B2> struct multi_boundary { // types typedef unspecified boost_concept_check__LINE__; typedef unspecified boost_concept_check__LINE__; typedef unspecified boost_concept_check__LINE__; typedef unspecified boost_concept_check__LINE__; typedef unspecified boost_concept_check__LINE__; typedef B1::input_type input_type; // construct/copy/destruct multi_boundary(); multi_boundary(B1, Pipe, B2); // public member functions template<typename In> bool operator()(In, In, In) ; };
Model of BoundaryChecker
constructed from two models of BoundaryChecker
with a model of Pipe
applied in the middle.