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