41 #ifdef PB_DS_CLASS_C_DEC 44 inline typename PB_DS_CLASS_C_DEC::size_type
48 PB_DS_ASSERT_VALID((*
this))
53 inline typename PB_DS_CLASS_C_DEC::size_type
56 {
return s_value_alloc.max_size(); }
63 {
return size() == 0; }
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.