:relfileprefix: ../../ [#boost-urls-operator_lshift-04] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::operator<< Format the string with percent-decoding applied to the output stream == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:std.adoc[std]::ostream& operator<<( xref:std.adoc[std]::ostream& os, xref:boost/urls/decode_view.adoc[decode_view] const& s); ---- == Description This 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 |===