MCPcopy Create free account
hub / github.com/Tessil/ordered-map / release

Method release

include/tsl/ordered_set.h:647–647  ·  view source on GitHub ↗

* Release the container in which the values are stored. * * The set is empty after this operation. */

Source from the content-addressed store, hash-verified

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<

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36