[#boost-urls-ipv6_address-08friend-09] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::operator<< :relfileprefix: ../../../ :mrdocs: Format the address to an output stream == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/ipv6_address.hpp#L340[boost/url/ipv6_address.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- friend std::ostream& operator<<( std::ostream& os, xref:boost/urls/ipv6_address.adoc[ipv6_address] const& addr); ---- == Description This hidden friend function writes the address to an output stream using standard notation. == Return Value The output stream, for chaining. == Parameters |=== | Name | Description | *os* | The output stream to write to. | *addr* | The address to write. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#