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

This is the documentation for a snapshot of the develop branch, built from commit 541b305a06.
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