FastLED
3.9.15
Loading...
Searching...
No Matches
◆
type
template<typename T, typename U>
using
fl::integer_promotion_impl
< T, U >::type
Initial value:
typename
conditional
<
!
same_size
,
by_size_result
,
typename
conditional
<
same_size
&& !
same_rank
,
by_rank_result
,
by_signedness_result
>
::type
>
::type
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::integer_promotion_impl::by_signedness_result
typename choose_by_signedness< T, U >::type by_signedness_result
Definition
type_traits.h:562
fl::integer_promotion_impl::by_size_result
typename choose_by_size< T, U >::type by_size_result
Definition
type_traits.h:560
fl::integer_promotion_impl::same_rank
static constexpr bool same_rank
Definition
type_traits.h:558
fl::integer_promotion_impl::by_rank_result
typename choose_by_rank< T, U >::type by_rank_result
Definition
type_traits.h:561
fl::integer_promotion_impl::same_size
static constexpr bool same_size
Definition
type_traits.h:557
Definition at line
564
of file
type_traits.h
.
fl
integer_promotion_impl
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2