![]() |
Home | Libraries | People | FAQ | More |
Return the referenced character buffer.
pct_string_view buffer() const;
This function returns the character buffer referenced by the view. The returned string may contain percent escapes.
assert( url_view( "?first=John&last=Doe" ).params().[link url.ref.boost__urls__params_base.buffer `buffer`]() == "?first=John&last=Doe" );
Constant.
Throws nothing.