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

◆ full()

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

Definition at line 452 of file vector.h.

452 {
453 return mSize >= mCapacity;
454 }
size_t mCapacity
Definition vector.h:220
size_t mSize
Definition vector.h:221