MCPcopy Create free account
hub / github.com/Tessil/ordered-map / empty

Method empty

include/tsl/ordered_hash.h:618–618  ·  view source on GitHub ↗

* Capacity */

Source from the content-addressed store, hash-verified

616 * Capacity
617 */
618 bool empty() const noexcept { return m_values.empty(); }
619
620 size_type size() const noexcept { return m_values.size(); }
621

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected