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

◆ operator bool()

template<typename T, typename Deleter = ArrayDeleter<T>>
fl::scoped_array< T, Deleter >::operator bool ( ) const
inlineexplicitnoexcept

Definition at line 60 of file scoped_array.h.

60{ return arr_ != nullptr; }

References arr_.