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

◆ accept()

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

Definition at line 146 of file types.h.

146 {
147 // Dispatch to the correct operator() overload
148 (*this)(value);
149 }

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