boost::urls::operator<<
Format the encoded authority to the output stream
Synopsis
Declared in header <boost/url/authority_view.hpp>
std::ostream&
operator<<(
std::ostream& os,
authority_view const& a);
Description
Parameters
Name | Description |
---|---|
os |
The output stream to write to |
a |
The URL to write |
os |
The output stream to write to |
a |
The URL to write |