...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::init_list<bool>::non_proxy_iterator
// In header: <boost/test/data/monomorphic/initializer_list.hpp> struct non_proxy_iterator { // construct/copy/destruct non_proxy_iterator(std::vector< bool >::const_iterator &&); // public member functions bool operator *() const; non_proxy_iterator & operator++(); // public data members std::vector< bool >::const_iterator iterator; };