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

◆ operator()() [4/7]

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

Definition at line 226 of file json.h.

228 {
229 // Convert between integer types
230 storage = static_cast<T>(value);

References result, storage, and fl::is_integral< T >::value.