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

◆ accept()

template<typename T>
void fl::json_value::IsArrayVisitor::accept ( const T & value)
inline

Definition at line 864 of file types.h.

864 {
865 // Dispatch to the correct operator() overload
866 (*this)(value);
867 }
constexpr int type_rank< T >::value

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