FastLED 3.9.15
Loading...
Searching...
No Matches

◆ not_null_assert_failed()

void fl::detail::not_null_assert_failed ( const char * message)

Definition at line 24 of file not_null.cpp.hpp.

24 {
25 FL_ASSERT(false, message);
26}
#define FL_ASSERT(x, MSG)
Definition assert.h:6

References FL_ASSERT.

Referenced by fl::not_null< StringHolderPtr >::not_null(), and fl::not_null< StringHolderPtr >::operator=().

+ Here is the caller graph for this function: