|
FastLED 3.9.15
|
#include "fl/stl/type_traits.h"#include "fl/stl/cstddef.h"#include "fl/stl/noexcept.h"#include "fl/stl/static_assert.h"
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 |