...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 — Dataset view of a C array.
// In header: <boost/test/data/monomorphic/initializer_list.hpp> template<typename T> class init_list { public: // types typedef T sample; typedef T const * iterator; enum @3 { arity = = 1 }; // construct/copy/destruct init_list(std::initializer_list< T > &&); // public member functions data::size_t size() const; iterator begin() const; };
init_list
public member functionsdata::size_t size() const;dataset interface
iterator begin() const;