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

Method rend

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

Returns a reverse iterator pointing to the theoretical element preceding the * first element of the vector (which is considered its reverse end). */

Source from the content-addressed store, hash-verified

96 * first element of the vector (which is considered its reverse end).
97 */
98 reverse_iterator rend() { return _data.rend(); }
99 /** Returns a reverse iterator pointing to the theoretical element preceding the
100 * first element of the vector (which is considered its reverse end).
101 */

Callers 15

reverseMethod · 0.45
removeJointMethod · 0.45
Console.cppFile · 0.45
getColorMethod · 0.45
getFontSizeMethod · 0.45
getFaceMethod · 0.45
getURLMethod · 0.45
getBoldMethod · 0.45
getItalicsMethod · 0.45
getUnderlineMethod · 0.45
getStrikethroughMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected