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

◆ proxyIdentityAndFacetLess()

bool Ice::proxyIdentityAndFacetLess ( const std::optional< ObjectPrx > & lhs,
const std::optional< ObjectPrx > & rhs )
noexcept

Compares the object identities and facets of two proxies.

Parameters
lhsA proxy.
rhsA proxy.
Returns
true if the identity and facet in lhs compare less than the identity and facet in rhs, false otherwise.