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 }
void not_null_assert_failed(const char *message)