| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected