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

Method mutable_iterator

include/tsl/array-hash/array_hash.h:576–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574 }
575
576 iterator mutable_iterator(const_iterator pos) noexcept {
577 return iterator(m_buffer + (pos.m_position - m_buffer));
578 }
579
580 template <class Serializer>
581 void serialize(Serializer& serializer) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected