MCPcopy Create free account
hub / github.com/ceres-solver/ceres-solver / crbegin

Method crbegin

include/ceres/internal/fixed_array.h:286–286  ·  view source on GitHub ↗

FixedArray::crbegin() Returns a const reverse iterator from the end of the fixed array.

Source from the content-addressed store, hash-verified

284 //
285 // Returns a const reverse iterator from the end of the fixed array.
286 const_reverse_iterator crbegin() const { return rbegin(); }
287
288 // FixedArray::rend()
289 //

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64