MCPcopy Create free account
hub / github.com/SergeyMakeev/ExcaliburHash / empty

Function empty

ExcaliburHash/ExcaliburHash.h:886–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884 [[nodiscard]] inline uint32_t size() const noexcept { return m_numElements; }
885 [[nodiscard]] inline uint32_t capacity() const noexcept { return m_numBuckets; }
886 [[nodiscard]] inline bool empty() const noexcept { return (m_numElements == 0); }
887
888 [[nodiscard]] inline bool has(const TKey& key) const noexcept { return (find(key) != iend()); }
889

Callers 1

clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected