FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator()()
[6/7]
template<typename T>
template<typename U>
fl::enable_if
<
fl::is_floating_point
< T >::value &&
fl::is_integral
< U >::value, void >::type
fl::DefaultValueVisitor
< T >::operator()
(
const U &
value
)
inline
Definition at line
244
of file
json.h
.
246
{
247
// Convert integer to float
248
storage
=
static_cast<
T
>
(
value
);
fl::DefaultValueVisitor::storage
T storage
Definition
json.h:207
fl::DefaultValueVisitor
Definition
json.h:204
References
result
,
storage
, and
fl::is_integral< T >::value
.
fl
DefaultValueVisitor
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2