operator<<

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

Synopsis

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

Declared in file <include/boost/url/decode_view.hpp> on line 662

Defined in file <include/boost/url/decode_view.hpp> on line 634

Description

This function serializes the decoded view to the output stream.