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

◆ operator()() [6/9]

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

Definition at line 161 of file types.h.

161 {
162 result = value;
163 }
fl::optional< IntType > result
Definition types.h:143

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