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

◆ clear()

template<typename T, size_t N>
void fl::FixedVector< T, N >::clear ( )
inline

Definition at line 108 of file vector.h.

108 {
109 while (current_size > 0) {
110 pop_back();
111 }
112 }
size_t current_size
Definition vector.h:25
void pop_back()
Definition vector.h:100

Referenced by fl::FixedVector< PairKV, N >::~FixedVector(), fl::FixedVector< PairKV, N >::assign(), and fl::FixedVector< PairKV, N >::assign().

+ Here is the caller graph for this function: