Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template make_boundary_consumer

boost::make_boundary_consumer

Synopsis

// In header: <boost/iterator/consumer_iterator.hpp>


template<typename BoundaryChecker> 
  boundary_consumer< BoundaryChecker > 
  make_boundary_consumer(BoundaryChecker b);

Description

Requires: ((BoundaryCheckerConcept<BoundaryChecker>))


PrevUpHomeNext