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

◆ operator()() [2/9]

template<typename IntType = i64>
template<typename T = IntType>
fl::enable_if< fl::is_same< T, double >::value, void >::type fl::int_conversion_visitor< IntType >::operator() ( const double & value)
inline

Definition at line 168 of file types.h.

168 {
169 result = value;
170 }
fl::optional< IntType > result
Definition types.h:143

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