Format the string with percent-decoding applied to the output stream
ostream&
operator<<(
ostream& os,
const decode_view& s);
Declared in file <boost/url/decode_view.hpp> at line 634
This function serializes the decoded view to the output stream.