Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit de485c8ee6.
PrevUpHomeNext
operator<< (6 of 9 overloads)

Format the address to an output stream.

Synopsis

Defined in header <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

Name

Description

os

The output stream to write to.

addr

The address to write.

Convenience header <boost/url.hpp>


PrevUpHomeNext