boost::SegmenterConcept
// In header: <boost/iterator/segmenter_concept.hpp> template<typename X> struct SegmenterConcept { // types typedef X::input_type input_type; // public member functions BOOST_CONCEPT_USAGE(SegmenterConcept); };
Concept checking class for the Segmenter concept
Segmenter
SegmenterConcept
BOOST_CONCEPT_USAGE(SegmenterConcept);