Skip to content

QuantumGate::IPAddress::IsMulticast

Karel Donk edited this page Dec 23, 2021 · 2 revisions

Checks whether the IP address is in a multicast address space. Multicast address spaces include:

  • 224.0.0.0/4
  • ff00::/8

Signature

constexpr bool IsMulticast() const noexcept;

Return values

Returns true if the IP address is in a multicast address space, otherwise false.

Clone this wiki locally