API Reference > Other Classes > OdMultiset Template > OdMultiset Methods > OdMultiset::find_last Method
OdMultiset::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 multiset that has a key equivalent to the specified key.

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