|
Find
Searches for the first occurrence of the specified value in the linked list.
CLinkedListNode<T>* Find(
|
Parameters
value
[in] The searched value.
Return Value
Returns a pointer to the first found node containing the search value on success, or NULL otherwise.