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 236 of file scoped_ptr.h.

236{ return arr_ == nullptr; }

References arr_.