Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template static_constant

boost::unit_test::static_constant

Synopsis

// In header: <boost/test/detail/global_typedef.hpp>

template<typename T> 
struct static_constant {

  // public data members
  static T value;
};

PrevUpHomeNext