[#CSubNet-Match] = xref:CSubNet.adoc[CSubNet]::Match :relfileprefix: ../ :mrdocs: Whether the given address falls within this subnet. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Match(xref:CNetAddr.adoc[CNetAddr] const& addr) const; ---- == Return Value True when the address falls within this subnet. == Parameters [cols="1,4"] |=== | Name| Description | *addr* | The address to test for membership. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#