Home
last modified time | relevance | path

Searched defs:hash_eq_fn (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/
H A Dhash_eq_fn.hpp71 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn struct
73 typedef Eq_Fn eq_fn_base;
75 typedef typename Allocator::template rebind<Key>::other key_allocator;
77 typedef typename key_allocator::const_reference const_key_reference;
92 hash_eq_fn() in hash_eq_fn() function in pb_ds::detail::PB_DS_CLASS_C_DEC
103 hash_eq_fn(const Eq_Fn& r_eq_fn) : in hash_eq_fn() function in pb_ds::detail::PB_DS_CLASS_C_DEC
126 struct hash_eq_fn<Key, Eq_Fn, Allocator, true> : struct
129 typedef typename Allocator::size_type size_type;
131 typedef Eq_Fn eq_fn_base;
133 typedef typename Allocator::template rebind<Key>::other key_allocator;
[all …]