FastLED 3.9.15
|
Definition at line 540 of file type_traits.h.
#include <type_traits.h>
Public Types | |
using | type |
Static Public Attributes | |
static constexpr bool | mixed_signedness = (t_signed != u_signed) |
static constexpr bool | t_signed = is_signed<T>::value |
static constexpr bool | u_signed = is_signed<U>::value |