Boost C++ Libraries

PrevUpHomeNext

Struct template range_const_iterator

boost::range_const_iterator — Boost.Range type trait to deduce immutable iterator type from a range type.

Synopsis

// In header: <boost/filesystem/directory.hpp>

template<typename C, typename Enabler> 
struct range_const_iterator {
};

PrevUpHomeNext