API Reference > Other Classes > OdHashMap Template
OdHashMap Template
OdHashMapOdHashMap
Syntax
C++
template <class Key, class Value, class HashFcn = OdHashMap_DefaultHasher<Key>, class Alloc = std::allocator<std::pair<const Key, Value> > > class OdHashMap : public OdHashMapLs<Key, Value, od_std_hash_map_add_less_predicate<Key, HashFcn>, Alloc>;

OdHashMap.h

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