Conversion
Synopsis
explicit
operator std::string() const noexcept;
Description
Conversion to std::string is explicit because assigning to string using an implicit constructor does not preserve capacity.
Return Value
A string with the same contents
Created with MrDocs