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

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

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