...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::container::dtl::get_vopt_from_svopt
// In header: <boost/container/small_vector.hpp> template<typename Options> struct get_vopt_from_svopt : public get_small_vector_opt::type { // types typedef get_small_vector_opt< Options >::type options_t; typedef vector_opt< typename options_t::growth_factor_type, typename options_t::stored_size_type > type; };