Ice 3.7 C++11 API Reference
Public Member Functions | List of all members
Ice::ProxyIdentityLess Struct Reference

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

#include <Ice/Ice.h>

Inheritance diagram for Ice::ProxyIdentityLess:
Inheritance graph
[legend]
Collaboration diagram for Ice::ProxyIdentityLess:
Collaboration graph
[legend]

Public Member Functions

bool operator() (const ::std::shared_ptr< ObjectPrx > &lhs, const ::std::shared_ptr< 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 ::std::shared_ptr< ObjectPrx > &  lhs,
const ::std::shared_ptr< ObjectPrx > &  rhs 
) const
inline

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