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

◆ operator()() [3/7]

template<typename T>
template<typename U>
fl::enable_if<!(fl::is_integral< T >::value &&fl::is_integral< U >::value)&&!(fl::is_integral< T >::value &&fl::is_floating_point< U >::value)&&!(fl::is_floating_point< T >::value &&fl::is_integral< U >::value)&&!(fl::is_floating_point< T >::value &&fl::is_floating_point< U >::value &&!fl::is_same< T, U >::value), void >::type fl::DefaultValueVisitor< T >::operator() ( const U & )
inline

Definition at line 269 of file json.h.

271 {

References fl::is_floating_point< T >::value, and fl::is_same< T, U >::value.