FastLED
3.9.15
Loading...
Searching...
No Matches
◆
div_by_count()
[2/3]
template<typename T>
fl::enable_if
<
fl::is_integral
< T >
::value
, T >::type fl::detail::div_by_count
(
T
sum
,
fl::size
count
)
inline
Definition at line
15
of file
div_by_count.h
.
15
{
return
sum /
static_cast<
T
>
(count); }
fl
detail
Generated on Tue Jun 16 2026 00:07:09 for FastLED by
1.13.2