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

touchgfx::Vector::contains() method

@fn bool Vector::contains(T elem) Checks if the Vector contains an element. Checks if the Vector contains an element. The == operator of the element is used when comparing it with the elements in the Vector.

Syntax

bool contains(T elem);

Arguments

elem

The element.

Return value

true if the Vector contains the element, false otherwise.

References

LocationText
Types.hpp:626
bool contains(T elem)