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 master branch, built from commit 064f557086.
PrevUpHomeNext

Struct template get_vopt_from_svopt

boost::container::dtl::get_vopt_from_svopt

Synopsis

// 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, void > type;     
};

PrevUpHomeNext