* Release the container in which the values are stored. * * The set is empty after this operation. */
| 645 | * The set is empty after this operation. |
| 646 | */ |
| 647 | values_container_type release() { return m_ht.release(); } |
| 648 | |
| 649 | template <class U = values_container_type, |
| 650 | typename std::enable_if< |
no outgoing calls