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

Function max_force_inline

tests/fl/force_inline.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23// Test with template functions
24template<typename T>
25FASTLED_FORCE_INLINE T max_force_inline(T a, T b) {
26 return (a > b) ? a : b;
27}
28
29// Test with constexpr
30FASTLED_FORCE_INLINE constexpr int square_force_inline(int x) {

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected