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

Method data

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

Source from the content-addressed store, hash-verified

1017 template <class U = values_container_type,
1018 typename std::enable_if<is_vector<U>::value>::type* = nullptr>
1019 const typename values_container_type::value_type* data() const noexcept {
1020 return m_values.data();
1021 }
1022
1023 template <class U = values_container_type,
1024 typename std::enable_if<is_vector<U>::value>::type* = nullptr>

Callers 4

ordered_hashMethod · 0.45
ordered_hashClass · 0.45
rehash_implMethod · 0.45
deserialize_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected