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

Method mutable_iterator

include/tsl/ordered_hash.h:979–981  ·  view source on GitHub ↗

* Other */

Source from the content-addressed store, hash-verified

977 * Other
978 */
979 iterator mutable_iterator(const_iterator pos) {
980 return iterator(m_values.begin() + iterator_to_index(pos));
981 }
982
983 iterator nth(size_type index) {
984 tsl_oh_assert(index <= size());

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected