Hazelcast C++ Client
Hazelcast C++ Client Library
Loading...
Searching...
No Matches
hazelcast::client::query::entry_comparator< K, V > Class Template Reference
Inheritance diagram for hazelcast::client::query::entry_comparator< K, V >:

Public Member Functions

int compare (const std::pair< const K *, const V * > *, const std::pair< const K *, const V * > *) const override

Detailed Description

template<typename K, typename V>
class hazelcast::client::query::entry_comparator< K, V >

Definition at line 30 of file entry_comparator.h.

Member Function Documentation

◆ compare()

template<typename K, typename V>
int hazelcast::client::query::entry_comparator< K, V >::compare ( const std::pair< const K *, const V * > * ,
const std::pair< const K *, const V * > *  ) const
inlineoverride

Definition at line 33 of file entry_comparator.h.

35 {
36 return 0;
37 }

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