Skip to content

QuantumGate::IPAddress::IsClassE

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

Checks whether the IP address is a class E address.

Signature

constexpr bool IsClassE() const noexcept;

Return values

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.

Clone this wiki locally