Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template param_type

boost::nfp::param_type

Synopsis

// In header: <boost/test/utils/named_params.hpp>

template<typename Params, typename KeywordType, typename DefaultType = void> 
struct param_type {
  // types
  typedef DefaultType type;
};

PrevUpHomeNext