|
ArrayIndexOf
Searches for the first occurrence of a value in a one-dimensional array.
template<typename T>
|
Parameters
&array[]
[out] The array to search in.
value
[in] The searched value.
start_index
[in] The starting index from which the search begins.
count
[in] The length of the search range.
Return Value
Returns the index of the first found element. If the value is not found, returns -1.