Home | Libraries | People | FAQ | More |
Format the string with percent-decoding applied to the output stream.
Defined in header <boost/url/decode_view.hpp>
friend std::ostream& operator<<( std::ostream& os, decode_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>