Conversion
Declared in <boost/url/grammar/string_view_base.hpp>
explicit
operator std::string() const;
Conversion to std::string is explicit because assigning to string using an implicit constructor does not preserve capacity.
A string with the same contents