__gnu_pbds::sample_range_hashing(3cxx) | __gnu_pbds::sample_range_hashing(3cxx) |
__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.
Definition at line 47 of file sample_range_hashing.hpp.
Size type.
Definition at line 51 of file sample_range_hashing.hpp.
Default constructor.
Copy constructor.
Notifies the policy object that the container's size has changed to argument's size.
Transforms the __hash value hash into a ranged-hash value.
Swaps content.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |