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 for the latest Boost documentation.
PrevUpHomeNext

Struct get_small_vector_opt<void>

boost::container::dtl::get_small_vector_opt<void>

Synopsis

// In header: <boost/container/small_vector.hpp>


struct get_small_vector_opt<void> {
  // types
  typedef small_vector_null_opt type;
};

PrevUpHomeNext