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

Method rcend

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

Source from the content-addressed store, hash-verified

220 reverse_iterator rend() noexcept { return m_ht.rend(); }
221 const_reverse_iterator rend() const noexcept { return m_ht.rend(); }
222 const_reverse_iterator rcend() const noexcept { return m_ht.rcend(); }
223
224 /*
225 * Capacity

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected