FastLED 3.9.15
Loading...
Searching...
No Matches
fl::detail::is_comparable_to_nullptr< T > Struct Template Reference

Detailed Description

template<typename T>
struct fl::detail::is_comparable_to_nullptr< T >

Definition at line 85 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 >()==nullptr, fl::true_type{})
 

The documentation for this struct was generated from the following file: