C++
int findFrom( const T& value, int start ) const;
Description
This function returns the index of value, starting the search from index start.
Parameters
Parameters | Description |
---|---|
value | Value whose index is to be retrieved |
start | Index to start search from |