boost::urls::grammar::operator<<

Format a string to an output stream

Synopsis

Declared in <boost/url/grammar/string_view_base.hpp>

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

Description

Format a string to an output stream

Return Value

A reference to the output stream, for chaining

Parameters

NameDescription
osThe output stream to write to
sThe string to write