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

◆ accept()

template<typename T>
template<typename U>
void fl::default_value_visitor< T >::accept ( const U & value)
inline

Definition at line 76 of file types.h.

76 {
77 // Dispatch to the correct operator() overload
78 (*this)(value);
79 }

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