Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 541b305a06.
PrevUpHomeNext

Struct template forward_iterator

boost::type_erasure::forward_iterator

Synopsis

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

template<typename T = _self, typename Reference = boost::use_default, 
         typename DifferenceType = std::ptrdiff_t> 
struct forward_iterator : public boost::type_erasure::iterator< boost::forward_traversal_tag, _self, boost::use_default, std::ptrdiff_t >
{
};

PrevUpHomeNext