Boost.URL Logo

PrevUpHomeNext
pct_encoded_view::operator std::string

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

Synopsis
operator std::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