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

◆ accept()

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

Definition at line 650 of file types.h.

650 {
651 // Dispatch to the correct operator() overload
652 (*this)(value);
653 }
constexpr int type_rank< T >::value

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