[#EFBFD3ADB6B1692DDD756690B2AB2BC5981FAED8]
Return the referenced character buffer.
pct_string_view buffer() const noexcept;
This function returns the character buffer referenced by the view. The returned string may contain percent escapes.
assert( url_view( "/path/to/file.txt" ).encoded_segments().buffer() == "/path/to/file.txt" );
Constant.
Throws nothing.