Boost.URL Logo

PrevUpHomeNext
pct_encoded_view::operator<<

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

Synopsis

Defined in header <boost/url/pct_encoded_view.hpp>

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

This function serializes the decoded view to the output stream.

Return Value

A reference to the output stream, for chaining

Parameters

Name

Description

os

The output stream to write to

s

The decoded view to write

Convenience header <boost/url.hpp>


PrevUpHomeNext