...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::join::iterator
// In header: <boost/test/data/monomorphic/join.hpp> struct iterator { // construct/copy/destruct explicit iterator(dataset1_iter &&, dataset2_iter &&, data::size_t); // public member functions sample_t operator *() const; void operator++(); };
iterator
public
construct/copy/destructexplicit iterator(dataset1_iter && it1, dataset2_iter && it2, data::size_t first_size);