FastLED
3.9.15
Loading...
Searching...
No Matches
◆
type
template<typename T, typename U>
using
fl::choose_by_signedness
< T, U >::type
Initial value:
typename
conditional
<
mixed_signedness
&&
t_signed
, T,
typename
conditional
<
mixed_signedness
&&
u_signed
, U,
T
>
::type
>
::type
fl::conditional
Definition
type_traits.h:99
fl::choose_by_signedness::t_signed
static constexpr bool t_signed
Definition
type_traits.h:541
fl::choose_by_signedness::u_signed
static constexpr bool u_signed
Definition
type_traits.h:542
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::choose_by_signedness::mixed_signedness
static constexpr bool mixed_signedness
Definition
type_traits.h:543
Definition at line
545
of file
type_traits.h
.
fl
choose_by_signedness
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2