__gnu_pbds::sample_range_hashing(3) Library Functions Manual __gnu_pbds::sample_range_hashing(3)

__gnu_pbds::sample_range_hashing - A sample range-hashing functor.

#include <sample_range_hashing.hpp>


typedef std::size_t size_type
Size type.


sample_range_hashing ()
Default constructor. sample_range_hashing (const sample_range_hashing &other)
Copy constructor. void swap (sample_range_hashing &other)
Swaps content.


void notify_resized (size_type)
Notifies the policy object that the container's size has changed to argument's size. size_type operator() (size_type) const
Transforms the __hash value hash into a ranged-hash value.

A sample range-hashing functor.

Size type.

Default constructor.

Copy constructor.

Notifies the policy object that the container's size has changed to argument's size.

size_type __gnu_pbds::sample_range_hashing::operator() (size_type) const [inline], [protected]

Transforms the __hash value hash into a ranged-hash value.

Swaps content.

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++