FastLED
3.9.15
Loading...
Searching...
No Matches
◆
abs()
[2/3]
template<typename T>
T fl::abs
(
T
value
)
inline
constexpr
Definition at line
61
of file
math.h
.
61
{
62
return
value
< 0 ? -
value
:
value
;
63
}
fl::value
constexpr int type_rank< T >::value
Definition
static_constexpr_defs.cpp.hpp:82
References
FL_NOEXCEPT
, and
type_rank< T >::value
.
fl
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2