...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::unit_test::static_constant
// In header: <boost/test/detail/global_typedef.hpp> template<typename T> struct static_constant { // public data members static T value; };