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

◆ operator()() [2/15]

void fl::int_conversion_visitor< i64 >::operator() ( const bool & value)
inline

Definition at line 260 of file types.h.

260 {
261 result = value ? 1 : 0;
262 }
fl::optional< i64 > result
Definition types.h:248

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