-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::IPAddress::IsClassE
Karel Donk edited this page Dec 23, 2021
·
2 revisions
Checks whether the IP address is a class E address.
constexpr bool IsClassE() const noexcept;Returns true if the IP address is a class E address, otherwise false. This class defines IPv4 addresses between 240.0.0.0 and 255.255.255.255. Any address that begins with four 1 bits is included in this class.