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<
typename conditional<
T
static constexpr bool t_signed
static constexpr bool u_signed
typename conditional< mixed_signedness &&t_signed, T, typename conditional< mixed_signedness &&u_signed, U, T >::type >::type type
static constexpr bool mixed_signedness

Definition at line 545 of file type_traits.h.