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 912 of file vector.h.

912{ return mUsingHeap ? mHeap.size() : mFixed.size(); }
HeapVector< T > mHeap
Definition vector.h:1071
FixedVector< T, INLINED_SIZE > mFixed
Definition vector.h:1070

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: