| 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 |
no outgoing calls