Format the string with percent-decoding applied to the output stream
Synopsis
Declared in header </boost/url/decode_view.hpp#L662[boost/url/decode_view.hpp,window=blank_]>
ostream&
operator<<(
ostream& os,
const decode_view& s);
Description
This function serializes the decoded view to the output stream.
Return Value
-
``
Parameters
Name | Type |
---|---|
os |
`` |
s |
`` |