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

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

#include <Ice/Ice.h>

Inheritance diagram for Ice::ProxyIdentityAndFacetLess:
Collaboration diagram for Ice::ProxyIdentityAndFacetLess:

Public Member Functions

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

Detailed Description

A functor that compares the object identities and facets of two proxies.

Evaluates true if the identity and facet in lhs compare less than the identity and facet in rhs, false otherwise.

Member Function Documentation

◆ operator()()

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

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