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

Method crbegin

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

Returns a const_reverse_iterator pointing to the last element in the container (i.e., its reverse beginning). */

Source from the content-addressed store, hash-verified

103
104 /** Returns a const_reverse_iterator pointing to the last element in the container (i.e., its reverse beginning). */
105 const_reverse_iterator crbegin() const { return _data.crbegin(); }
106 /** Returns a const_reverse_iterator pointing to the theoretical element preceding the first element in
107 * the container (which is considered its reverse end).
108 */

Callers 3

tilesetForLayerMethod · 0.45
reverseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected