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

E69640-01

adapter_map::key_equal Class Reference

#include <coherence/stl/adapter_map.hpp>

List of all members.


Detailed Description

template<class K, class V>
class adapter_map< K, V >::key_equal

Key equality relation.

Binary predicate that takes two arguments of type key_type.

Public Member Functions

bool operator() (const key_type &x, const key_type &y) const
 Compare two key objects for equality.


Member Function Documentation

bool operator() ( const key_type x,
const key_type y 
) const [inline]

Compare two key objects for equality.

Parameters:
x the handle to the first key Object
y the handle to the second key Object
Returns:
whether two keys are equal


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