41#ifndef PB_DS_MOD_BASED_RANGE_HASHING_HPP
42#define PB_DS_MOD_BASED_RANGE_HASHING_HPP
49 template<
typename Size_Type>
53 typedef Size_Type size_type;
60 notify_resized(size_type s)
64 range_hash(size_type s)
const
65 {
return s % m_size; }
void swap(any &__x, any &__y) noexcept
Exchange the states of two any objects.
GNU extensions for policy-based data structures for public use.