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

Method array

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

Source from the content-addressed store, hash-verified

261}
262
263template<class TYPE> inline
264const TYPE* Vector<TYPE>::array() const {
265 return static_cast<const TYPE *>(arrayImpl());
266}
267
268template<class TYPE> inline
269TYPE* Vector<TYPE>::editArray() {

Callers 2

prepareDrmMethod · 0.45
prepareDrmMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected