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

◆ full()

template<typename T, typename LessThan = fl::less<T>>
bool fl::SortedHeapVector< T, LessThan >::full ( ) const
inline

Definition at line 1096 of file vector.h.

1096 {
1097 if (mArray.size() >= mMaxSize) return true;
1098 return mArray.full();
1099 }
vector< T > mArray
Definition vector.h:975
fl::size mMaxSize
Definition vector.h:977

References FL_NOEXCEPT, mArray, and mMaxSize.