boost::urls::operator<<

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

Synopsis

Declared in header <boost/url/decode_view.hpp>

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

Description

This hidden friend function serializes the decoded view to the output stream.