GNU g++  v5.2.1
GNU Standard C++
hash_eq_fn.hpp File Reference

Contains 2 eqivalence functions, one employing a hash value, and one ignoring it. More...

#include <utility>
#include <debug/debug.h>
Include dependency graph for hash_eq_fn.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, Store_Hash >
 Primary template. More...
 
struct  __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, false >
 Specialization 1 - The client requests that hash values not be stored. More...
 
struct  __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true >
 Specialization 2 - The client requests that hash values be stored. More...
 

Namespaces

 __gnu_pbds
 GNU extensions for policy-based data structures for public use.
 
 __gnu_pbds::detail
 

Detailed Description

Contains 2 eqivalence functions, one employing a hash value, and one ignoring it.