FastLED
3.9.15
Loading...
Searching...
No Matches
◆
type
template<typename T>
using
fl::decay
< T >::type
Initial value:
typename
conditional
<
is_array<U>::value
,
typename
remove_extent<U>::type
*,
typename
conditional<is_function<U>::value
,
typename
add_pointer<U>::type
,
typename
remove_cv<U>::type
>
::type
>
::type
fl::remove_cv::type
T type
Definition
type_traits.h:227
fl::remove_extent::type
T type
Definition
type_traits.h:125
fl::add_pointer::type
T * type
Definition
type_traits.h:162
fl::conditional
Definition
type_traits.h:99
fl::choose_by_signedness::type
typename conditional< mixed_signedness &&t_signed, T, typename conditional< mixed_signedness &&u_signed, U, T >::type >::type type
Definition
type_traits.h:545
fl::is_array::value
static constexpr bool value
Definition
type_traits.h:112
Definition at line
250
of file
type_traits.h
.
fl
decay
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2