|
FastLED 3.9.15
|
Definition at line 100 of file not_null.h.
#include <not_null.h>
Public Types | |
| enum | : bool { value = decltype(test<T>(0))::value } |
Static Private Member Functions | |
| template<typename> | |
| static fl::false_type | test (...) FL_NOEXCEPT |
| template<typename U> | |
| static auto | test (int) FL_NOEXCEPT -> decltype(*fl::declval< U >(), fl::true_type{}) |