41#ifdef PB_DS_CLASS_C_DEC
44inline typename PB_DS_CLASS_C_DEC::size_type
48 PB_DS_ASSERT_VALID((*
this))
53inline 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.