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

Method mutable_iterator

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

* Convert a const_iterator to an iterator. */

Source from the content-addressed store, hash-verified

735 * Convert a const_iterator to an iterator.
736 */
737 iterator mutable_iterator(const_iterator pos) {
738 return m_ht.mutable_iterator(pos);
739 }
740
741 /**
742 * Requires index <= size().

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected