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

Method release

include/tsl/ordered_map.h:791–791  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected