-
Notifications
You must be signed in to change notification settings - Fork 24
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.
constexpr const IPEndpoint& GetIPEndpoint() const noexcept;
Returns a reference to the contained QuantumGate::IPEndpoint
.