* Release the container in which the values are stored. * * The map is empty after this operation. */
| 789 | * The map is empty after this operation. |
| 790 | */ |
| 791 | values_container_type release() { return m_ht.release(); } |
| 792 | |
| 793 | template <class U = values_container_type, |
| 794 | typename std::enable_if< |
nothing calls this directly
no outgoing calls
no test coverage detected