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