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

◆ operator!()

template<typename T, typename Alloc = fl::allocator<T>>
bool fl::scoped_array2< T, Alloc >::operator! ( ) const
inlinenoexcept

Definition at line 157 of file scoped_array.h.

157{ return arr_ == nullptr; }

References arr_.