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

◆ accept() [1/2]

void fl::float_conversion_visitor< double >::accept ( const U & value)
inline

Definition at line 398 of file types.h.

398 {
399 // Dispatch to the correct operator() overload
400 (*this)(value);
401 }