41#ifndef PB_DS_SAMPLE_RANGED_HASH_FN_HPP 
   42#define PB_DS_SAMPLE_RANGED_HASH_FN_HPP 
   50    typedef std::size_t size_type;
 
GNU extensions for policy-based data structures for public use.
 
A sample ranged-hash functor.
 
size_type operator()(key_const_reference) const
Transforms key_const_reference into a position within the table.
 
sample_ranged_hash_fn(const sample_ranged_hash_fn &)
Copy constructor.
 
void notify_resized(size_type)
Notifies the policy object that the container's __size has changed to size.
 
void swap(sample_ranged_hash_fn &)
Swaps content.
 
sample_ranged_hash_fn()
Default constructor.