[#boost-urls-decode_view-08friend-08] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::operator<< :relfileprefix: ../../../ :mrdocs: Format the string with percent‐decoding applied to the output stream == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/decode_view.hpp#L864[boost/url/decode_view.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- friend std::ostream& operator<<( std::ostream& os, xref:boost/urls/decode_view.adoc[decode_view] const& s); ---- == Description This hidden friend function serializes the decoded view to the output stream. == Return Value A reference to the output stream, for chaining == Parameters |=== | Name | Description | *os* | The output stream to write to | *s* | The decoded view to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#