boost::urls::operator<<

Format to an output stream

Synopsis

Declared in <include/boost/url/params_base.hpp>

std::ostream&
operator<<(
    std::ostream& os,
    params_base const& qp);

Description

Any percent-escapes are emitted as-is; no decoding is performed.

Linear in `ps.buffer().size()`.

return os << ps.buffer();

Created with MrDocs