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<, , > {

  // public data members
  static const  sms_size;
};

PrevUpHomeNext