find

This method looks for the specified element in the array.

Visibility
Public
Signature
int find(Concept c) const;
Parameters
c

The element you want to find

Returns

An integer that represents the index of the element in the array


Feedback