API Reference > Other Classes > OdLinkedArray Template > OdLinkedArray Methods > find Method > OdLinkedArray::find Method (T&)
OdLinkedArray::find Method (T&)
Syntax
C++
const_iterator find(const T& val) const;
Parameters 
Description 
const T& val 
[in] Value for which to search. 

Returns an iterator to found element.

Searches the specified value inside this Array object. 

 

Copyright © 2002–2022. Open Design Alliance. All rights reserved.