Tanl::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > Class Template Reference
Inherits std::hash_map< _Key, _Tp, _Hash, _Pred, _Alloc >.
List of all members.
Public Types |
typedef _Base::size_type | size_type |
typedef _Base::hasher | hasher |
typedef _Base::key_equal | key_equal |
typedef _Base::allocator_type | allocator_type |
Public Member Functions |
| unordered_map (size_type __n=10, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) |
template<typename _InputIterator > |
| unordered_map (_InputIterator __f, _InputIterator __l, size_type __n=10, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) |
template<class _Key, class _Tp, class _Hash = hash<_Key>, class _Pred = std::equal_to<_Key>, class _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
class Tanl::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >
The documentation for this class was generated from the following file: