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

◆ size()

template<typename T, fl::size INLINED_SIZE>
fl::size fl::InlinedVector< T, INLINED_SIZE >::size ( ) const
inline

Definition at line 1008 of file vector.h.

1008{ return mUsingHeap ? mHeap.size() : mFixed.size(); }
HeapVector< T > mHeap
Definition vector.h:1211
FixedVector< T, INLINED_SIZE > mFixed
Definition vector.h:1210

References mFixed, mHeap, and mUsingHeap.

Referenced by InlinedVector(), fl::string::append(), assign(), empty(), full(), fl::HashMap< Key, T, Hash, KeyEqual >::rehash(), reserve(), and resize().

+ Here is the caller graph for this function: