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

Method data

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

Source from the content-addressed store, hash-verified

771 typename std::enable_if<
772 tsl::detail_ordered_hash::is_vector<U>::value>::type* = nullptr>
773 const typename values_container_type::value_type* data() const noexcept {
774 return m_ht.data();
775 }
776
777 /**
778 * Return the container in which the values are stored. The values are in the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected