Format the string with percent-decoding applied to the output stream
<include/boost/url/decode_view.hpp>
std::ostream&
operator<<(
std::ostream& os,
decode_view const& s);
This hidden friend function serializes the decoded view to the output stream.
Format the string with percent-decoding applied to the output stream
This function serializes the decoded view to the output stream.
A reference to the output stream, for chaining
Name | Description |
---|---|
os | The output stream to write to |
s | The decoded view to write |
os | The output stream to write to |
s | The decoded view to write |