CNetAddr::IsIPv6

Whether this is a native IPv6 address (not mapped IPv4, not Tor).

Synopsis

Declared in <netaddress.h>

[[nodiscard]]
bool
IsIPv6() const;

Return Value

True when the network type is native IPv6.

NOTE

The return value should not be discarded.