41 #ifndef PB_DS_HASH_LOAD_CHECK_RESIZE_TRIGGER_SIZE_BASE_HPP
42 #define PB_DS_HASH_LOAD_CHECK_RESIZE_TRIGGER_SIZE_BASE_HPP
49 template<
typename Size_Type,
bool Hold_Size>
53 template<
typename Size_Type>
57 typedef Size_Type size_type;
67 set_size(size_type
size)
78 template<
typename Size_Type>
82 typedef Size_Type size_type;
89 set_size(size_type
size) { }
void swap(any &__x, any &__y) noexcept
Exchange the states of two any objects.
constexpr auto size(const _Container &__cont) noexcept(noexcept(__cont.size())) -> decltype(__cont.size())
Return the size of a container.
GNU extensions for policy-based data structures for public use.