__gnu_pbds::sample_ranged_hash_fn(3cxx) | __gnu_pbds::sample_ranged_hash_fn(3cxx) |
__gnu_pbds::sample_ranged_hash_fn - A sample ranged-hash functor.
typedef std::size_t size_type
sample_ranged_hash_fn ()
Default constructor. sample_ranged_hash_fn (const
sample_ranged_hash_fn &)
Copy constructor. void swap (sample_ranged_hash_fn &)
Swaps content.
void notify_resized (size_type)
Notifies the policy object that the container's __size has changed to size.
size_type operator() (key_const_reference) const
Transforms key_const_reference into a position within the table.
A sample ranged-hash functor.
Definition at line 47 of file sample_ranged_hash_fn.hpp.
Default constructor.
Copy constructor.
Notifies the policy object that the container's __size has changed to size.
Transforms key_const_reference into a position within the table.
Swaps content.
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 10 2021 | libstdc++ |