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

Method end

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

* Returns an iterator referring to the `past-the-end` element in the Vector container. * The past-the-end element is the theoretical element that would follow the last element in the Vector. * It does not point to any element, and thus shall not be dereferenced. */

Source from the content-addressed store, hash-verified

75 * It does not point to any element, and thus shall not be dereferenced.
76 */
77 iterator end() { return _data.end(); }
78 /**
79 * Returns iterator referring to the `past-the-end` element in the Vector container.
80 * The past-the-end element is the theoretical element that would follow the last element in the Vector.

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected