Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct short_t

boost::container::dtl::basic_string_base::short_t

Synopsis

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



struct short_t {

  // public data members
  short_header h;
  value_type data;
};

PrevUpHomeNext