Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template make

boost::unit_test::data::result_of::make — Result of the make call.

Synopsis

// In header: <boost/test/data/monomorphic/fwd.hpp>

template<typename DataSet> 
struct make {

  // public member functions
  typedef decltype(data::);
};

Description

make public member functions

  1. typedef decltype(data:: make);

PrevUpHomeNext