Format the address to an output stream
<include/boost/url/ipv6_address.hpp>
std::ostream&
operator<<(
std::ostream& os,
ipv6_address const& addr);
This hidden friend function writes the address to an output stream using standard notation.
Format the address to an output stream
This function writes the address to an output stream using standard notation.
The output stream, for chaining.
Name | Description |
---|---|
os | The output stream to write to. |
addr | The address to write. |
os | The output stream to write to. |
addr | The address to write. |