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

Method ~FixedArray

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

Source from the content-addressed store, hash-verified

161 }
162
163 ~FixedArray() noexcept {
164 for (auto* cur = storage_.begin(); cur != storage_.end(); ++cur) {
165 AllocatorTraits::destroy(storage_.alloc(), cur);
166 }
167 }
168
169 // Assignments are deleted because they break the invariant that the size of a
170 // `FixedArray` never changes.

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected