FastLED 3.9.15
|
Definition at line 556 of file type_traits.h.
#include <type_traits.h>
Public Types | |
using | by_rank_result = typename choose_by_rank<T, U>::type |
using | by_signedness_result = typename choose_by_signedness<T, U>::type |
using | by_size_result = typename choose_by_size<T, U>::type |
using | type |
Static Public Attributes | |
static constexpr bool | same_rank = (type_rank<T>::value == type_rank<U>::value) |
static constexpr bool | same_size = (sizeof(T) == sizeof(U)) |