![]() |
Home | Libraries | People | FAQ | More |
boost::container::dtl::basic_string_base::repr_t
// In header: <boost/container/string.hpp> union repr_t { // public member functions const short_t & short_repr() const; const long_t & long_repr() const; short_t & short_repr(); long_t & long_repr(); // public data members long_raw_t r; short_t s; };