ders::key_eql< Key > Struct Template Reference
Equal functor for
hash_vec.
More...
#include <hash_vec.hpp>
List of all members.
|
Public Member Functions |
bool | operator() (const Key &key1, const Key &key2) const |
Detailed Description
template<class Key>
struct ders::key_eql< Key >
Equal functor for
hash_vec.
Definition at line 130 of file hash_vec.hpp.
Member Function Documentation
template<class Key>
bool ders::key_eql< Key >::operator() |
( |
const Key & |
key1, |
|
|
const Key & |
key2 | |
|
) |
| | const [inline] |
Definition at line 131 of file hash_vec.hpp.
00132 { return (key1==key2) ? true : false; }
The documentation for this struct was generated from the following file: