CSubNet::Match

Whether the given address falls within this subnet.

Synopsis

Declared in <netaddress.h>

bool
Match(CNetAddr const& addr) const;

Return Value

True when the address falls within this subnet.

Parameters

NameDescription
addrThe address to test for membership.