...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::unit_test::data::monomorphic::singleton::iterator
// In header: <boost/test/data/monomorphic/singleton.hpp> struct iterator { // public member functions explicit iterator(singleton< T > const *); sample const & operator*() const; void operator++(); };
iterator
public member functionsexplicit iterator(singleton< T > const * owner);
sample const & operator*() const;
void operator++();