Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template small_vector_storage

boost::container::small_vector_storage

Synopsis

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

template<typename T,  N,  Alignment> 
struct small_vector_storage {
  // types
  typedef sizeof(T) *N, Alignment >:: ;

  // public data members
   m_storage;
  static const  sms_size;
};

PrevUpHomeNext