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

◆ operator()() [2/13]

void fl::float_conversion_visitor< double >::operator() ( const bool & value)
inline

Definition at line 536 of file types.h.

536 {
537 result = value ? 1.0 : 0.0;
538 }
fl::optional< double > result
Definition types.h:506

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