touchgfx::Vector::removeAt() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Vector::removeAt() method

@fn T Vector::removeAt(uint16_t index) Removes an element at the specified index of the Vector. Removes an element at the specified index of the Vector. Will "bubble-down" any remaining elements after the specified index.

Syntax

T removeAt(uint16_t index);

Arguments

index

The index to remove.

Return value

The value of the removed element.

References

LocationText
Types.hpp:550
T removeAt(uint16_t index)