Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
Ice::ProxyIdentityAndFacetEqual Struct Reference

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

#include <Ice/Ice.h>

Inheritance diagram for Ice::ProxyIdentityAndFacetEqual:
Collaboration diagram for Ice::ProxyIdentityAndFacetEqual:

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 and facets of two proxies.

Evaluates true if the identity and facet in lhs compare equal to the identity and facet in rhs, false otherwise.

Member Function Documentation

◆ operator()()

bool Ice::ProxyIdentityAndFacetEqual::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: