Format the encoded authority to the output stream
Synopsis
Declared in header </boost/url/authority_view.hpp#L1386[boost/url/authority_view.hpp,window=blank_]>
ostream&
operator<<(
ostream& os,
const authority_view& a);
Description
This function serializes the encoded URL to the output stream.
Example
authority_view a( "www.example.com" );
std::cout << a << std::endl;
Return Value
-
``
Parameters
Name | Type |
---|---|
os |
`` |
a |
`` |