NCBI C++ ToolKit
|
Search Toolkit Book for PLessByKey
#include <util/static_set.hpp>
Public Types | |
typedef KeyValueGetter | getter |
typedef getter::value_type | value_type |
typedef getter::key_type | key_type |
typedef KeyCompare | key_compare |
Public Member Functions | |
PLessByKey () | |
PLessByKey (const key_compare &comp) | |
const key_compare & | key_comp () const |
template<class Type1 , class Type2 > | |
bool | operator() (const Type1 &v1, const Type2 &v2) const |
Definition at line 87 of file static_set.hpp.
typedef KeyValueGetter PLessByKey< KeyValueGetter, KeyCompare >::getter |
Definition at line 89 of file static_set.hpp.
typedef KeyCompare PLessByKey< KeyValueGetter, KeyCompare >::key_compare |
Definition at line 92 of file static_set.hpp.
typedef getter::key_type PLessByKey< KeyValueGetter, KeyCompare >::key_type |
Definition at line 91 of file static_set.hpp.
typedef getter::value_type PLessByKey< KeyValueGetter, KeyCompare >::value_type |
Definition at line 90 of file static_set.hpp.
|
inline |
Definition at line 94 of file static_set.hpp.
|
inline |
Definition at line 98 of file static_set.hpp.
|
inline |
Definition at line 103 of file static_set.hpp.
Referenced by PLessByKey< KeyValueGetter, KeyCompare >::operator()().
|
inline |
Definition at line 109 of file static_set.hpp.
References PLessByKey< KeyValueGetter, KeyCompare >::key_comp(), and v2.