quadratic_probe_fn
 Interface
A probe sequence policy using square increments.
../../../../include/ext/pb_assoc/hash_policy.hpphash_policy.hpp #link1Template parameters.
Public Types and Constants:
#link2General definitions.
Public Methods:
#link3Constructors, destructor, and related.
Protected Methods:
#link4Offset methods.
Template parameters.
Parameter Description Default Value Const_Key_Ref Const key reference type.
-
Size_Type Size type.
size_t
General definitions.
Type Definition Description size_type #Size_Type3735929483Size_Type Size type.
Constructors, destructor, and related.
Method Description void  swap
  (
quadratic_probe_fn &r_other) Swaps content.
Offset methods.
Method Description inline #size_type3735929547size_type   
operator()
  (
#Const_Key_Ref3735929850Const_Key_Ref  r_key,
    
#size_type3735929547size_type  i) const Returns the i-th offset from the hash value.
