FastLED
3.9.15
Loading...
Searching...
No Matches
◆
not_null()
[2/6]
template<typename T>
fl::not_null
< T >::not_null
(
T
ptr
)
inline
Definition at line
173
of file
not_null.h
.
173
:
mPtr
(
ptr
) {
174
if
(
mPtr
==
nullptr
) {
175
detail::not_null_assert_failed
(
"not_null constructed with nullptr"
);
176
}
177
}
fl::not_null::mPtr
T mPtr
Definition
not_null.h:152
fl::not_null
Definition
not_null.h:150
fl::detail::not_null_assert_failed
void not_null_assert_failed(const char *message)
Definition
not_null.cpp.hpp:24
fl
not_null
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2