41 #ifdef PB_DS_CLASS_C_DEC 53 inline typename PB_DS_CLASS_C_DEC::size_type
61 inline typename PB_DS_CLASS_C_DEC::size_type
65 return (s_node_allocator.max_size());
constexpr auto size(const _Container &__cont) noexcept(noexcept(__cont.size())) -> decltype(__cont.size())
Return the size of a container.
constexpr auto empty(const _Container &__cont) noexcept(noexcept(__cont.empty())) -> decltype(__cont.empty())
Return whether a container is empty.