Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Struct template basic_string_of

boost::container::pmr::basic_string_of

Synopsis

// 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;
};

Description

A portable metafunction to obtain a basic_string that uses a polymorphic allocator


PrevUpHomeNext