MCPcopy Create free account
hub / github.com/HexHive/NASS / removeAt

Method removeAt

binderlib/include/utils/Vector.h:174–174  ·  view source on GitHub ↗

remove one item

Source from the content-addressed store, hash-verified

172 inline ssize_t removeItemsAt(size_t index, size_t count = 1);
173 //! remove one item
174 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); }
175
176 /*!
177 * sort (stable) the array

Callers 10

ioConfigChangedMethod · 0.45
ioConfigChangedMethod · 0.45
ioConfigChangedMethod · 0.45
setClientStateLockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected