Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template small_vector_storage<, , >

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

Synopsis

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

template<typename T,  Alignment> 
struct small_vector_storage<, , > {
  // types
  typedef ::type ;

  // public data members
  static  sms_size;

   m_storage;
};

PrevUpHomeNext