Home | Libraries | People | FAQ | More |
Format the encoded authority to the output stream.
Defined in header <boost/url/authority_view.hpp>
std::ostream& operator<<( std::ostream& os, authority_view const& a);
This function serializes the encoded URL to the output stream.
authority_view a( "www.example.com" ); std::cout << a << std::endl;
A reference to the output stream, for chaining
Name |
Description |
---|---|
|
The output stream to write to |
|
The URL to write |
Convenience header <boost/url.hpp>