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

Method mutable_iterator

include/tsl/ordered_set.h:593–595  ·  view source on GitHub ↗

* Convert a const_iterator to an iterator. */

Source from the content-addressed store, hash-verified

591 * Convert a const_iterator to an iterator.
592 */
593 iterator mutable_iterator(const_iterator pos) {
594 return m_ht.mutable_iterator(pos);
595 }
596
597 /**
598 * Requires index <= size().

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36