Tanl::unordered_set< _Value, _Hash, _Pred, _Alloc, __cache_hash_code > Class Template Reference
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 |
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_set (size_type __n=10, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) |
template<typename _InputIterator > |
| unordered_set (_InputIterator __f, _InputIterator __l, size_type __n=10, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) |
| unordered_set (size_type __n=10, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) |
template<typename _InputIterator > |
| unordered_set (_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 _Value, class _Hash = hash<_Value>, class _Pred = std::equal_to<_Value>, class _Alloc = std::allocator<_Value>, bool __cache_hash_code = false>
class Tanl::unordered_set< _Value, _Hash, _Pred, _Alloc, __cache_hash_code >
The documentation for this class was generated from the following files: