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 template small_vector_storage<T, 0u, Alignment>

boost::container::small_vector_storage<T, 0u, Alignment>

Synopsis

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

template<typename T, std::size_t Alignment> 
struct small_vector_storage<T, 0u, Alignment> {

  // public data members
  static const std::size_t sms_size;
};

PrevUpHomeNext