...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::type_erasure::forward_iterator
// 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, T, Reference, DifferenceType > { };