| 794 | typename std::enable_if< |
| 795 | tsl::detail_ordered_hash::is_vector<U>::value>::type* = nullptr> |
| 796 | size_type capacity() const noexcept { |
| 797 | return m_ht.capacity(); |
| 798 | } |
| 799 | |
| 800 | void shrink_to_fit() { m_ht.shrink_to_fit(); } |
| 801 |
nothing calls this directly
no outgoing calls
no test coverage detected