MCPcopy Create free account
hub / github.com/Tessil/hat-trie / value

Method value

include/tsl/array-hash/array_hash.h:869–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867 template <class U = T, typename std::enable_if<
868 has_mapped_type<U>::value>::type* = nullptr>
869 reference value() const {
870 return this->m_array_hash->m_values[value_position()];
871 }
872
873 template <class U = T, typename std::enable_if<
874 has_mapped_type<U>::value>::type* = nullptr>

Callers 7

value_positionMethod · 0.45
insert_or_assignMethod · 0.45
array_hashClass · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected