FastLED 3.9.15
|
Definition at line 668 of file type_traits.h.
#include <type_traits.h>
Classes | |
struct | helper |
Static Public Attributes | |
static constexpr bool | value = sizeof(test<T>(nullptr)) == sizeof(yes) |
Private Types | |
typedef u16 | no |
typedef u8 | yes |
Static Private Member Functions | |
template<typename> | |
static no | test (...) |
template<typename U> | |
static yes | test (helper< U, &U::swap > *) |