Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Struct template grid

boost::unit_test::data::monomorphic::result_of::grid — Result type of the grid operation on dataset.

Synopsis

// 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;
};

PrevUpHomeNext