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;
 
   75 #endif // #ifndef PB_DS_SAMPLE_RANGED_HASH_FN_HPP 
void notify_resized(size_type)
Notifies the policy object that the container's __size has changed to size. 
sample_ranged_hash_fn()
Default constructor. 
size_type operator()(key_const_reference) const 
Transforms key_const_reference into a position within the table. 
GNU extensions for policy-based data structures for public use. 
A sample ranged-hash functor. 
void swap(sample_ranged_hash_fn &)
Swaps content.