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<
typename conditional<
typename conditional< mixed_signedness &&t_signed, T, typename conditional< mixed_signedness &&u_signed, U, T >::type >::type type
typename choose_by_signedness< T, U >::type by_signedness_result
typename choose_by_size< T, U >::type by_size_result
static constexpr bool same_rank
typename choose_by_rank< T, U >::type by_rank_result
static constexpr bool same_size

Definition at line 564 of file type_traits.h.