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
Name |
Description |
addr |
The address to test for membership. |
Created with MrDocs