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

◆ accept()

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

Definition at line 605 of file types.h.

605 {
606 // Dispatch to the correct operator() overload
607 (*this)(value);
608 }
constexpr int type_rank< T >::value

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