Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
Ice::ProxyIdentityLess Struct Reference

A functor that compares the object identities of two proxies. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::ProxyIdentityLess:
Collaboration diagram for Ice::ProxyIdentityLess:

Public Member Functions

bool operator() (const ObjectPrx &lhs, const ObjectPrx &rhs) const

Detailed Description

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.

Member Function Documentation

◆ operator()()

bool Ice::ProxyIdentityLess::operator() ( const ObjectPrx & lhs,
const ObjectPrx & rhs ) const
inline

The documentation for this struct was generated from the following file: