operator<<

Format the address to an output stream

Synopsis

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

Declared in file <include/boost/url/ipv6_address.hpp> on line 368

Defined in file <include/boost/url/ipv6_address.hpp> on line 329

Description

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