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

Returns an iterator addressing the last element in a multimap that has a key equivalent to the specified key.

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