41#ifndef PB_DS_SAMPLE_RANGE_HASHING_HPP 
   42#define PB_DS_SAMPLE_RANGE_HASHING_HPP 
GNU extensions for policy-based data structures for public use.
 
A sample range-hashing functor.
 
void notify_resized(size_type)
Notifies the policy object that the container's size has changed to argument's size.
 
sample_range_hashing(const sample_range_hashing &other)
Copy constructor.
 
void swap(sample_range_hashing &other)
Swaps content.
 
sample_range_hashing()
Default constructor.
 
size_type operator()(size_type) const
Transforms the __hash value hash into a ranged-hash value.
 
std::size_t size_type
Size type.