touchgfx::Vector::quickRemoveAt() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Vector::quickRemoveAt()

touchgfx::Vector::quickRemoveAt() method

@fn T Vector::quickRemoveAt(uint16_t index) Removes an element at the specified index of the Vector. Removes an element at the specified index of the Vector. The last element in the list is moved to the position where the element is removed.

Syntax

T quickRemoveAt(uint16_t index);

Arguments

index

The index to remove.

Return value

The value of the removed element.

References

LocationText
Types.hpp:578
T quickRemoveAt(uint16_t index)