PrevUpHomeNext

Struct template SegmenterConcept

boost::SegmenterConcept

Synopsis

// 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);
};

Description

Concept checking class for the Segmenter concept

SegmenterConcept public member functions

  1.  BOOST_CONCEPT_USAGE(SegmenterConcept);

PrevUpHomeNext