MCPcopy Create free account
hub / github.com/axmolengine/axmol / begin

Method begin

core/base/Vector.h:68–68  ·  view source on GitHub ↗

Returns an iterator pointing the first element of the Vector. */

Source from the content-addressed store, hash-verified

66
67 /** Returns an iterator pointing the first element of the Vector. */
68 iterator begin() { return _data.begin(); }
69 /** Returns an iterator pointing the first element of the Vector. */
70 const_iterator begin() const { return _data.begin(); }
71

Callers 6

getIndexMethod · 0.45
findMethod · 0.45
getRandomObjectMethod · 0.45
containsMethod · 0.45
eraseObjectMethod · 0.45
eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected