MCPcopy Create free account
hub / github.com/bbidulock/icewm / insert

Method insert

src/yarray.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 YBaseArray::append(&item);
122 }
123 void insert(const SizeType index, const DataType &item) {
124 YBaseArray::insert(index, &item);
125 }
126 void pop() {
127 remove(getCount() - 1);
128 }

Callers 1

YArrayIteratorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected