...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::container::pmr::basic_string_of
// In header: <boost/container/pmr/string.hpp> template<typename CharT, typename Traits = std::char_traits<CharT> > struct basic_string_of { // types typedef boost::container::basic_string< CharT, Traits, polymorphic_allocator< CharT > > type; };