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

Method rbegin

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

Source from the content-addressed store, hash-verified

214 const_iterator cend() const noexcept { return m_ht.cend(); }
215
216 reverse_iterator rbegin() noexcept { return m_ht.rbegin(); }
217 const_reverse_iterator rbegin() const noexcept { return m_ht.rbegin(); }
218 const_reverse_iterator rcbegin() const noexcept { return m_ht.rcbegin(); }
219

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected