Boost C++ Libraries Home Libraries People FAQ More

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