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

Method data

include/tsl/ordered_set.h:629–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627 typename std::enable_if<
628 tsl::detail_ordered_hash::is_vector<U>::value>::type* = nullptr>
629 const typename values_container_type::value_type* data() const noexcept {
630 return m_ht.data();
631 }
632
633 /**
634 * Return the container in which the values are stored. The values are in the

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.45
serialize_implMethod · 0.45
deserialize_implMethod · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36