MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / insert_after

Method insert_after

utilities/olcUTIL_Container.h:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 void insert_after(const size_t idx, const T& value)
150 {
151 this->insert(idx, value);
152 }
153
154
155 protected:

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected