FastLED 3.9.15
Loading...
Searching...
No Matches
not_null.h File Reference
+ Include dependency graph for not_null.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::detail::is_comparable_to_nullptr< T >
 
struct  fl::detail::is_dereferenceable< T >
 
struct  fl::detail::is_reference< T >
 
struct  fl::detail::is_reference< T & >
 
struct  fl::detail::is_reference< T && >
 
class  fl::not_null< T >
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::detail
 Compile-time linker keep-alive hook for a single fl::Bus.
 

Functions

void fl::detail::not_null_assert_failed (const char *message)
 
template<typename T, typename U>
constexpr bool fl::operator!= (T lhs, const not_null< U > &rhs) FL_NOEXCEPT
 
template<typename T, typename U>
constexpr bool fl::operator== (T lhs, const not_null< U > &rhs) FL_NOEXCEPT