hasher
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
typedef typename _Ht::hasher hasher;
hasher hash_funct() const { return _M_ht.hash_funct(); }
hash_multimap() : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
: _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
hash_multimap(size_type __n, const hasher& __hf)
hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
typedef typename _Ht::hasher hasher;
hasher hash_funct() const { return _M_ht.hash_funct(); }
hash_map() : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
: _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
hash_map(size_type __n, const hasher& __hf)
hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
typedef typename _Ht::hasher hasher;
hasher hash_funct() const { return _M_ht.hash_funct(); }
: _M_ht(100, hasher(), key_equal(), allocator_type()) {}
: _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
hash_multiset(size_type __n, const hasher& __hf)
hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
const hasher& __hf)
const hasher& __hf, const key_equal& __eql,
typedef typename _Ht::hasher hasher;
hasher hash_funct() const { return _M_ht.hash_funct(); }
: _M_ht(100, hasher(), key_equal(), allocator_type()) {}
: _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
hash_set(size_type __n, const hasher& __hf)
hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
: _M_ht(100, hasher(), key_equal(), allocator_type())
: _M_ht(__n, hasher(), key_equal(), allocator_type())
hasher hash_funct() const { return _M_hash; }
hasher _M_hash;