Boost.URL Logo

PrevUpHomeNext
pct_encoded_view::to_string

Return a std::string with percent-decoding applied.

Synopsis
std::string
to_string() const;
Description

This function applies percent-decoding to the referenced character buffer, returning the result as a std::string.

Complexity

Linear in size().

Exception Safety

Memory allocations may throw.


PrevUpHomeNext