Public Types | |
| typedef boost::call_traits< Key >::param_type | key_param |
Public Member Functions | |
| key_comp (key_param k, key_equal equal) | |
| bool | operator() (typename boost::call_traits< value_type >::param_type pair) const |
Public Attributes | |
| key_param | key |
| key_equal | keyEqual |
|
|||||
|
Definition at line 87 of file hash.h. Referenced by gslib::static_container::hash< Key, Value, Cont, KeyEqual >::key_comp::key_comp(). |
|
||||||||||||||||
|
||||||||||
|
Definition at line 91 of file hash.h. References gslib::static_container::hash< Key, Value, Cont, KeyEqual >::key_comp::key, and gslib::static_container::hash< Key, Value, Cont, KeyEqual >::key_comp::keyEqual.
00091 {
00092 return keyEqual( key, pair.first );
00093 }
|
|
|||||
|
Definition at line 88 of file hash.h. Referenced by gslib::static_container::hash< Key, Value, Cont, KeyEqual >::key_comp::key_comp(), and gslib::static_container::hash< Key, Value, Cont, KeyEqual >::key_comp::operator()(). |
|
|||||
|
Definition at line 89 of file hash.h. Referenced by gslib::static_container::hash< Key, Value, Cont, KeyEqual >::key_comp::key_comp(), and gslib::static_container::hash< Key, Value, Cont, KeyEqual >::key_comp::operator()(). |
1.3.6