41 #ifdef PB_DS_CLASS_C_DEC
48 {
return (m_size == 0); }
51 inline typename PB_DS_CLASS_C_DEC::size_type
57 inline typename PB_DS_CLASS_C_DEC::size_type
60 {
return s_inode_allocator.max_size(); }
constexpr auto empty(const _Container &__cont) noexcept(noexcept(__cont.empty())) -> decltype(__cont.empty())
Return whether a container is empty.
constexpr auto size(const _Container &__cont) noexcept(noexcept(__cont.size())) -> decltype(__cont.size())
Return the size of a container.