Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
ipv6_address::is_unspecified

Return true if the address is unspecified.

Synopsis
bool
is_unspecified() const;
Description

The address 0:0:0:0:0:0:0:0 is called the unspecified address. It indicates the absence of an address.

Specification

PrevUpHomeNext