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

◆ operator<=()

bool Ice::operator<= ( const ObjectPrx & lhs,
const ObjectPrx & rhs )
inlinenoexcept

Operator less-than or equal to.

Parameters
lhsThe left-hand side proxy.
rhsThe right-hand side proxy.
Returns
true if lhs is less than or equal to rhs, false otherwise.

Definition at line 166 of file ProxyFunctions.h.