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

Method end

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

FixedArray::end() Returns an iterator to the end of the fixed array.

Source from the content-addressed store, hash-verified

259 //
260 // Returns an iterator to the end of the fixed array.
261 iterator end() { return data() + size(); }
262
263 // Overload of FixedArray::end() to return a const iterator to the end of the
264 // fixed array.

Callers 13

EvaluateMethod · 0.45
CostFunctionToFunctorMethod · 0.45
operator()Function · 0.45
ProductManifoldMethod · 0.45
EvaluateMethod · 0.45
AddElementToGroupMethod · 0.45
GroupIdMethod · 0.45
IsMemberMethod · 0.45
GroupSizeMethod · 0.45
FixedArrayMethod · 0.45
~FixedArrayMethod · 0.45
operator==Method · 0.45

Calls 1

dataFunction · 0.85

Tested by

no test coverage detected