FastLED 3.9.15
|
Definition at line 62 of file type_traits.h.
#include <type_traits.h>
Static Public Attributes | |
static constexpr bool | value = (kSizeDerived == sizeof(yes)) |
Private Types | |
enum | { kSizeDerived = sizeof(test(static_cast<Derived *>(nullptr))) } |
typedef u16 | no |
typedef u8 | yes |
Static Private Member Functions | |
static no | test (...) |
static yes | test (Base *) |