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

Method capacity

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

Source from the content-addressed store, hash-verified

794 typename std::enable_if<
795 tsl::detail_ordered_hash::is_vector<U>::value>::type* = nullptr>
796 size_type capacity() const noexcept {
797 return m_ht.capacity();
798 }
799
800 void shrink_to_fit() { m_ht.shrink_to_fit(); }
801

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected