QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Friends | List of all members
Loki::AssocVector< K, V, C, A >::value_compare Class Reference

#include <loki.h>

+ Inheritance diagram for Loki::AssocVector< K, V, C, A >::value_compare:

Public Member Functions

bool operator() (const value_type &lhs, const value_type &rhs) const
 

Protected Member Functions

 value_compare (key_compare pred)
 

Friends

class AssocVector
 

Detailed Description

template<class K, class V, class C = std::less<K>, class A = std::allocator< std::pair<K, V> >>
class Loki::AssocVector< K, V, C, A >::value_compare

Definition at line 107 of file loki.h.

Constructor & Destructor Documentation

template<class K, class V, class C = std::less<K>, class A = std::allocator< std::pair<K, V> >>
Loki::AssocVector< K, V, C, A >::value_compare::value_compare ( key_compare  pred)
inlineprotected

Definition at line 114 of file loki.h.

Member Function Documentation

template<class K, class V, class C = std::less<K>, class A = std::allocator< std::pair<K, V> >>
bool Loki::AssocVector< K, V, C, A >::value_compare::operator() ( const value_type lhs,
const value_type rhs 
) const
inline

Definition at line 118 of file loki.h.

Friends And Related Function Documentation

template<class K, class V, class C = std::less<K>, class A = std::allocator< std::pair<K, V> >>
friend class AssocVector
friend

Definition at line 111 of file loki.h.


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