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

◆ reserve()

template<typename T>
void fl::HeapVector< T >::reserve ( size_t n)
inline

Definition at line 275 of file vector.h.

275 {
276 if (n > mCapacity) {
277 ensure_size(n);
278 }
279 }
size_t mCapacity
Definition vector.h:220
void ensure_size(size_t n)
Definition vector.h:258

Referenced by fl::HeapVector< DrawItem >::assign().

+ Here is the caller graph for this function: