MCPcopy Create free account
hub / github.com/PX4/eigen / test_ref_overload_fun2

Function test_ref_overload_fun2

test/ref.cpp:232–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230int test_ref_overload_fun1(Ref<MatrixXf> ) { return 3; }
231
232int test_ref_overload_fun2(Ref<const MatrixXd> ) { return 4; }
233int test_ref_overload_fun2(Ref<const MatrixXf> ) { return 5; }
234
235void test_ref_ambiguous(const Ref<const ArrayXd> &A, Ref<ArrayXd> B)

Callers 1

test_ref_overloadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected