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

◆ operator()() [8/9]

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

Definition at line 154 of file types.h.

154 {
155 result = value;
156 }
fl::optional< IntType > result
Definition types.h:143

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