Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct short_header

boost::container::dtl::basic_string_base::short_header

Synopsis

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



struct short_header {

  // public data members
  unsigned char is_short;
  unsigned char length;
};

PrevUpHomeNext