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

OutputString concept

An OutputString is a narrow character string type that can be used as output for operations that generate a string. Types like std::string, std::basic_string<char, Traits, Allocator> or boost::static_string<N> satisfy this concept.

Formally, a type T satisfies OutputString if all of the following are true:


PrevUpHomeNext