...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
string
// In header: <boost/container/string.hpp> typedef basic_string< char,std::char_traits< char >,std::allocator< char > > string;