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

Method nth

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

* Requires index <= size(). * * Return an iterator to the element at index. Return end() if index == * size(). */

Source from the content-addressed store, hash-verified

745 * size().
746 */
747 iterator nth(size_type index) { return m_ht.nth(index); }
748
749 /**
750 * @copydoc nth(size_type index)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected