Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ operator<()

virtual bool Ice::Endpoint::operator< ( const Endpoint & rhs) const
pure virtual

Operator less than.

Checks if this endpoint is less than the rhs endpoint.

Parameters
rhsThe endpoint to compare against.
Returns
true if this endpoint is less than the rhs endpoint, false otherwise.