operator<<

Format the string with percent-decoding applied to the output stream

Synopsis

ostream& operator<<( ostream& os, const decode_view& s);

Declared in file <boost/url/decode_view.hpp> at line 634

Description

This function serializes the decoded view to the output stream.