HelenOS sources
empty 620 uspace/lib/cpp/include/__bits/adt/deque.hpp bool empty() const noexcept
empty 138 uspace/lib/cpp/include/__bits/adt/hash_table.hpp bool empty() const noexcept
empty 565 uspace/lib/cpp/include/__bits/adt/list.hpp bool empty() const noexcept
empty 255 uspace/lib/cpp/include/__bits/adt/map.hpp bool empty() const noexcept
empty 914 uspace/lib/cpp/include/__bits/adt/map.hpp bool empty() const noexcept
empty 107 uspace/lib/cpp/include/__bits/adt/queue.hpp bool empty() const
empty 296 uspace/lib/cpp/include/__bits/adt/queue.hpp bool empty() const
empty 100 uspace/lib/cpp/include/__bits/adt/rbtree.hpp bool empty() const noexcept
empty 231 uspace/lib/cpp/include/__bits/adt/set.hpp bool empty() const noexcept
empty 712 uspace/lib/cpp/include/__bits/adt/set.hpp bool empty() const noexcept
empty 90 uspace/lib/cpp/include/__bits/adt/stack.hpp bool empty()
empty 199 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp bool empty() const noexcept
empty 876 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp bool empty() const noexcept
empty 204 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp bool empty() const noexcept
empty 620 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp bool empty() const noexcept
empty 294 uspace/lib/cpp/include/__bits/adt/vector.hpp bool empty() const noexcept
empty 1152 uspace/lib/cpp/include/__bits/iterator.hpp constexpr auto empty(const Container& c) -> decltype(c.empty())
empty 1158 uspace/lib/cpp/include/__bits/iterator.hpp constexpr bool empty(T (&array)[N]) noexcept
empty 1164 uspace/lib/cpp/include/__bits/iterator.hpp constexpr bool empty(initializer_list<T> init) noexcept
empty 748 uspace/lib/cpp/include/__bits/string/string.hpp bool empty() const noexcept
HelenOS homepage, sources at GitHub