Skip to content

QuantumGate::Address::GetIPAddress

Karel Donk edited this page Dec 25, 2021 · 1 revision

Returns a reference to the contained IP address. It is the responsibility of the caller to check first that the contained address is indeed an IP address using the Address::GetType() member function.

Signature

constexpr const IPAddress& GetIPAddress() const noexcept;

Return values

Returns a reference to the contained QuantumGate::IPAddress.

Clone this wiki locally