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

Method pop_back

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

Source from the content-addressed store, hash-verified

852 }
853
854 void pop_back() { m_ht.pop_back(); }
855
856 /**
857 * Faster erase operation with an O(1) average complexity but it doesn't

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected