Format a string to an output stream
<boost/url/grammar/string_view_base.hpp>
std::ostream&
operator<<(
std::ostream& os,
string_view_base const& s);
Format a string to an output stream
Name | Description |
---|---|
os | The output stream to write to |
s | The string to write |