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

◆ erase_impl()

void fl::vector_basic::erase_impl ( fl::size index)

Erase element at index. Shifts subsequent elements left.

Definition at line 200 of file basic_vector.cpp.hpp.

200 {
201 if (index >= mSize) return;
202 erase_range_impl(index, 1);
203}
void erase_range_impl(fl::size first_index, fl::size count) FL_NOEXCEPT
Erase range [first_index, first_index + count).

References erase_range_impl(), and mSize.

Referenced by fl::vector< fl::i16 >::erase().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: