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

Method mutable_iterator

include/tsl/array-hash/array_set.h:617–619  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

615 * Return the `const_iterator it` as an `iterator`.
616 */
617 iterator mutable_iterator(const_iterator it) noexcept {
618 return m_ht.mutable_iterator(it);
619 }
620
621 /**
622 * Serialize the set through the `serializer` parameter.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected