FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator()() [5/6]

void fl::BoolConversionVisitor::operator() ( const i64 & value)
inline

Definition at line 335 of file types.h.

335 {
336 // NEW INSTRUCTIONS: AUTO CONVERT INT TO BOOL
337 // 0 → false, non-zero → true
338 result = (value != 0);
339 }
constexpr int type_rank< T >::value
fl::optional< bool > result
Definition types.h:323

References FL_NOEXCEPT, result, and fl::type_rank< T >::value.