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

◆ operator()() [5/7]

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

Definition at line 235 of file json.h.

237 {
238 // Convert float to integer
239 storage = static_cast<T>(value);

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