![]() |
Home | Libraries | People | FAQ | More |
boost::container::dtl::basic_string_base::long_t
// In header: <boost/container/string.hpp> struct long_t { // construct/copy/destruct long_t(); long_t(const long_t &); long_t & operator=(const long_t &); // public data members size_type is_short; size_type length; size_type storage; pointer start; };