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

◆ full()

template<typename T, typename Allocator = fl::allocator<T>>
bool fl::HeapVector< T, Allocator >::full ( ) const
inline

Definition at line 600 of file vector.h.

600{ return mSize >= mCapacity; }