Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
template<typename T>
25
FASTLED_FORCE_INLINE T max_force_inline(T a, T b) {
26
return (a > b) ? a : b;
27
}
28
29
// Test with constexpr
30
FASTLED_FORCE_INLINE constexpr int square_force_inline(int x) {
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected