|
Ice 3.7 C++98 API Reference
|
A functor that compares the object identities of two proxies. More...
#include <Ice/Ice.h>


Public Member Functions | |
| bool | operator() (const ObjectPrx &lhs, const ObjectPrx &rhs) const |
A functor that compares the object identities of two proxies.
Evaluates true if the identity in lhs compares less than the identity in rhs, false otherwise.
|
inline |