API Reference > Other Classes > OdHashMapLs Template
OdHashMapLs Template
OdHashMapLsOdHashMapLs
Syntax
C++
template <class Key, class Value, class _HashFcn = od_std_hash_map_def_func<Key>, class Alloc = std::allocator<std::pair<const Key, Value> > > class OdHashMapLs : public OdUnorderedMap<Key, Value, _HashFcn, od_std_hash_map_generalized_equal_to<Key, _HashFcn>, Alloc>;

OdHashMap.h

This template class extends the functionality of the standard STL class std::list.

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