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

Method empty

include/tsl/ordered_map.h:227–227  ·  view source on GitHub ↗

* Capacity */

Source from the content-addressed store, hash-verified

225 * Capacity
226 */
227 bool empty() const noexcept { return m_ht.empty(); }
228 size_type size() const noexcept { return m_ht.size(); }
229 size_type max_size() const noexcept { return m_ht.max_size(); }
230

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected