Checks whether the IP address is in a reserved address space. Reserved address spaces include:
240.0.0.0/4
constexpr bool IsReserved() const noexcept;
Returns true if the IP address is in a reserved address space, otherwise false.
true
false
There was an error while loading. Please reload this page.