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 an older version of Boost and was released in 2013. The current version is 1.92.0.
boost::intrusive::sg_setopt
// In header: <boost/intrusive/sgtree.hpp> template<typename ValueTraits, typename Compare, typename SizeType, bool FloatingPoint> struct sg_setopt { // types typedef ValueTraits value_traits; typedef Compare compare; typedef SizeType size_type; static const bool floating_point; };