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

touchgfx::Vector::remove() method

@fn void Vector::remove(T e) Removes an element from the Vector if found in the Vector. Removes an element from the Vector if found in the Vector. Does nothing if the element is not found in the Vector. The == operator of the element is used when comparing it with the elements in the Vector.

Syntax

void remove(T e);

Arguments

e

The element to remove from the Vector.

References

LocationText
Types.hpp:523
void remove(T e)