MCPcopy Create free account
hub / github.com/FastLED/FastLED / Approx

Function Approx

tests/test.h:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 // Helper function to construct TestApprox with type deduction
24 template<typename T>
25 inline fl::test::TestApprox<T> Approx(T value) {
26 return fl::test::TestApprox<T>(value);
27 }
28
29 // Type alias for when users explicitly specify the template parameter
30 template<typename T>

Callers 15

map_range.hppFile · 0.50
FL_TEST_FILEFunction · 0.50
fltest.cppFile · 0.50
FL_TEST_FILEFunction · 0.50
FL_TEST_FILEFunction · 0.50
FL_TEST_FILEFunction · 0.50
FL_TEST_FILEFunction · 0.50
FL_TEST_FILEFunction · 0.50
FL_TEST_FILEFunction · 0.50
alloca.hppFile · 0.50
FL_TEST_FILEFunction · 0.50
FL_TEST_FILEFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected