Skip to content

QuantumGate::Endpoint::GetIPEndpoint

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

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

Signature

constexpr const IPEndpoint& GetIPEndpoint() const noexcept;

Return values

Returns a reference to the contained QuantumGate::IPEndpoint.

Clone this wiki locally