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

◆ operator bool() [1/2]

fl::unique_ptr< T, Deleter >::operator bool ( ) const
inlineexplicitnoexcept

Definition at line 97 of file unique_ptr.h.

97{ return ptr_ != nullptr; }