MCPcopy Create free account
hub / github.com/Tessil/hat-trie / mutable_iterator

Method mutable_iterator

include/tsl/array-hash/array_map.h:818–820  ·  view source on GitHub ↗

* Other */ * Return the `const_iterator it` as an `iterator`. */

Source from the content-addressed store, hash-verified

816 * Return the `const_iterator it` as an `iterator`.
817 */
818 iterator mutable_iterator(const_iterator it) noexcept {
819 return m_ht.mutable_iterator(it);
820 }
821
822 /**
823 * Serialize the map through the `serializer` parameter.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected