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

◆ operator()() [2/10]

template<typename T>
void fl::detail::JsonToIntegerVisitor< T >::operator() ( const fl::nullptr_t & )
inline

Definition at line 69 of file json_visitors.h.

69 {
70 mResult.setError("cannot convert null to integer");
71 }

References mResult.