41 #ifndef PB_DS_GP_HT_MAP_STANDARD_POLICIES_HPP
42 #define PB_DS_GP_HT_MAP_STANDARD_POLICIES_HPP
45 #include <ext/pb_ds/ht_load_check_resize_trigger.hpp>
46 #include <ext/pb_ds/linear_probe_fn.hpp>
47 #include <ext/pb_ds/quadratic_probe_fn.hpp>
53 template<
typename Comb_Probe_Fn>
54 struct default_probe_fn
57 typedef typename Comb_Probe_Fn::size_type size_type;
61 typename __conditional_type<
64 Comb_Probe_Fn>::value,
cond_type::__type type
Dispatched type.
A mask range-hashing class (uses a bitmask).
A probe sequence policy using fixed increments.
A probe sequence policy using square increments.
GNU extensions for policy-based data structures for public use.