We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Checks whether the IP address is in a multicast address space. Multicast address spaces include:
224.0.0.0/4
ff00::/8
constexpr bool IsMulticast() const noexcept;
Returns true if the IP address is in a multicast address space, otherwise false.
true
false