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

◆ accept()

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

Definition at line 326 of file types.h.

326 {
327 // Dispatch to the correct operator() overload
328 (*this)(value);
329 }
constexpr int type_rank< T >::value

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