__gnu_pbds::sample_resize_trigger -
typedef std::size_t size_type
sample_resize_trigger ()
sample_range_hashing (const sample_resize_trigger &)
void swap (sample_resize_trigger &)
bool is_grow_needed (size_type size, size_type num_entries) const
bool is_resize_needed () const
void notify_cleared ()
void notify_erase_search_collision ()
void notify_erase_search_end ()
void notify_erase_search_start ()
void notify_erased (size_type num_entries)
void notify_externally_resized (size_type new_size)
void notify_find_search_collision ()
void notify_find_search_end ()
void notify_find_search_start ()
void notify_insert_search_collision ()
void notify_insert_search_end ()
void notify_insert_search_start ()
void notify_inserted (size_type num_entries)
void notify_resized (size_type new_size)
A sample resize trigger policy.
Definition at line 47 of file sample_resize_trigger.hpp.
Size type.
Definition at line 51 of file sample_resize_trigger.hpp.
Default constructor.
Queries whether a grow is needed.
Queries whether a resize is needed.
Notifies the table was cleared.
Notifies a search encountered a collision.
Notifies a search ended.
Notifies a search started.
Notifies an element was erased.
Notifies the table was resized externally.
Notifies a search encountered a collision.
Notifies a search ended.
Notifies a search started.
Notifies a search encountered a collision.
Notifies a search ended.
Notifies a search started.
Notifies an element was inserted. the total number of entries in the table is num_entries.
Notifies the table was resized as a result of this object's signifying that a resize is needed.
Copy constructor.
Swaps content.
Generated automatically by Doxygen for libstdc++ from the source code.