boost::urls::operator<<

Format the address to an output stream

Synopsis

Declared in <boost/url/ipv6_address.hpp>

std::ostream&
operator<<(
    std::ostream& os,
    ipv6_address const& addr);

Description

This function writes the address to an output stream using standard notation.

Return Value

The output stream, for chaining.

Parameters

NameDescription
osThe output stream to write to.
addrThe address to write.