Finds a specific value.
int FindVal(
   const TVal& val 
) const;
Parameters
- val
The value for which to search. 
Return Value
Returns the index of the value if it is found, otherwise returns -1.
Requirements
Header: atlsimpcoll.h
Finds a specific value.
int FindVal(
   const TVal& val 
) const;
Returns the index of the value if it is found, otherwise returns -1.
Header: atlsimpcoll.h