API Reference > Other Classes > OdMultiset Template > OdMultiset Methods > find_ex Method > OdMultiset::find_ex Method (Key&)
OdMultiset::find_ex Method (Key&)
Syntax
C++
iterator find_ex(const Key& key);
Parameters 
Description 
const Key& key 
[in] Search key. 

Returns an iterator addressing the first element in the multiset that has a key equal to the specified key.

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