Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
grammar::string_view_base::operator std::string

Conversion.

Synopsis
operator std::string() const;
Description

Conversion to std::string is explicit because assigning to string using an implicit constructor will not preserve capacity.


PrevUpHomeNext