Oracle Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.2)

E26041-01

TypedHandle::value_less_functor Class Template Reference

#include <coherence/lang/TypedHandle.hpp>

List of all members.


Detailed Description

template<class T>
template<class RT>
class coherence::lang::TypedHandle< T >::value_less_functor< RT >

The binary functor that compares objects pointed by the handles with the "less-than" operator.

Public Member Functions

bool operator() (const TypedHandle< RT > &h1, const TypedHandle< RT > &h2) const
 Compare values pointed by the specified handles with "less-than" operator.

The documentation for this class was generated from the following file:
Copyright © 2000, 2013, Oracle and/or its affiliates. All rights reserved.