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

touchgfx::Vector::clear() method

@fn void Vector::clear() Clears the contents of the container. Clears the contents of the container. It does not destruct any of the elements in the Vector.

Syntax

void clear();

References

LocationText
Types.hpp:690
void clear()