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

◆ size()

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

Definition at line 866 of file vector.h.

866{ return mUsingHeap ? mHeap.size() : mFixed.size(); }
HeapVector< T > mHeap
Definition vector.h:1025
FixedVector< T, INLINED_SIZE > mFixed
Definition vector.h:1024

References mFixed, mHeap, and mUsingHeap.

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

+ Here is the caller graph for this function: