...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::result_of::grid — Result type of the grid operation on dataset.
// In header: <boost/test/data/monomorphic/grid.hpp> template<typename DS1Gen, typename DS2Gen> struct grid { // types typedef monomorphic::grid< typename DS1Gen::type, typename DS2Gen::type > type; };