Skip to content

QuantumGate::IPAddress::IsReserved

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

Checks whether the IP address is in a reserved address space. Reserved address spaces include:

  • 240.0.0.0/4 (Future use)

Signature

constexpr bool IsReserved() const noexcept;

Return values

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

Clone this wiki locally