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

This method and the previous one do the same. But the former is used for constant objects.

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

The former is used for constant objects.

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