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

◆ full()

template<typename T>
bool fl::HeapVector< T >::full ( ) const
inline

Definition at line 554 of file vector.h.

554{ return mSize >= mCapacity; }
size_t mCapacity
Definition vector.h:309
size_t mSize
Definition vector.h:310