Boost.URL Logo

PrevUpHomeNext
decode_view::encoded

Return the encoded string.

Synopsis
string_view
encoded() const;
Example
assert( decode_view( "Program%20Files" ).encoded() == "Program%20Files" );
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext