Boost C++ Libraries Home Libraries People FAQ More

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