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

Function IsOnStack

internal/ceres/fixed_array_test.cc:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48// allocation.
49template <typename ArrayType>
50static bool IsOnStack(const ArrayType& a) {
51 return a.size() <= ArrayType::inline_elements;
52}
53
54class ConstructionTester {
55 public:

Callers 1

TESTFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected