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 an old version of Boost. Click here to view this page for the latest version.
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< Options > {
  // types
  typedef get_small_vector_opt< Options >::type                      options_t;
  typedef vector_opt< typename options_t::growth_factor_type, void > type;     
};

PrevUpHomeNext