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

◆ operator()() [1/9]

template<typename IntType = i64>
void fl::int_conversion_visitor< IntType >::operator() ( const bool & value)
inline

Definition at line 194 of file types.h.

194 {
195 result = static_cast<IntType>(value ? 1 : 0);
196 }
fl::optional< IntType > result
Definition types.h:143

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