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

180 {
181 while (current_size > 0) {
182 pop_back();
183 }
184 }
size_t current_size
Definition vector.h:302
void pop_back()
Definition vector.h:172

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

+ Here is the caller graph for this function: