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 a snapshot of the develop branch, built from commit 71ac93af80.
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