Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::unordered_set< Key, Hasher, EqualKey, Allocator > Member List

This is the complete list of members for AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >, including all inherited members.

allocator_type typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
assign_rv(this_type &&rhs) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inlineprotected
begin() (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
begin() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
begin(size_type bucket) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
begin(size_type bucket) const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
bucket(const key_type &keyValue) const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
bucket_count() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
bucket_from_hash(const size_type key) const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inlineprotected
bucket_size(size_type bucket) const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
clear() (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
const_iterator typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
const_local_iterator typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
const_pointer typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
const_reference typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
const_reverse_iterator typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
contains(const ComparableToKey &key) const -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, bool > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
copy(const this_type &rhs) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inlineprotected
count(const ComparableToKey &key) const -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, size_type > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
difference_type typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
emplace(Args &&... arguments) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
empty() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
end() (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
end() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
end(size_type bucket) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
end(size_type bucket) const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
equal_range(const ComparableToKey &key) -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, AZStd::pair< iterator, iterator > > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
equal_range(const ComparableToKey &key) const -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, AZStd::pair< const_iterator, const_iterator > > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
erase(const_iterator erasePos) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
erase(const key_type &keyValue) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
erase(const_iterator first, const_iterator last) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
extract(const key_type &key) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
extract(const_iterator it) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
find(const ComparableToKey &key) -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, iterator > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
find(const ComparableToKey &key) const -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, const_iterator > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
find_as(const ComparableToKey &keyCmp, const Hasher &hash, const KeyEqual &keyEq)AZStd::hash_table< Traits >inline
find_as(const ComparableToKey &keyCmp, const Hasher &hash, const KeyEqual &keyEq) const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
find_insert_position(const ComparableToKey &keyCmp, const KeyEq &keyEq, iterator &insertIter, size_type numElements, const true_type &) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inlineprotected
find_insert_position(const ComparableToKey &keyCmp, const KeyEq &keyEq, iterator &insertIter, size_type numElements, const false_type &) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inlineprotected
get_allocator() (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
get_allocator() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
get_hasher() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
hash_table(const hasher &hash, const key_equal &keyEqual, const allocator_type &alloc=allocator_type()) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
hash_table(const value_type *first, const value_type *last, const hasher &hash, const key_equal &keyEqual, const allocator_type &alloc) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
hash_table(const hash_table &rhs) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
hash_table(const hash_table &rhs, const type_identity_t< allocator_type > &alloc) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
hash_table(hash_table &&rhs) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
hash_table(hash_table &&rhs, const type_identity_t< allocator_type > &alloc) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
hasher typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
insert(node_type &&nodeHandle) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
insert(const_iterator hint, node_type &&nodeHandle) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
insert(const value_type &value) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
insert(const_iterator, const value_type &value) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
insert(value_type &&value) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
insert(const_iterator, value_type &&value) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
insert(std::initializer_list< value_type > list) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
insert(Iterator first, Iterator last) -> enable_if_t< input_iterator< Iterator > &&!is_convertible_v< Iterator, size_type > > (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
insert_from(const U &userValue, const Converter &convert, const Hasher &hash, const KeyEqual &keyEq)AZStd::hash_table< Traits >inline
insert_impl(T &&value) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inlineprotected
insert_impl_emplace(Args &&... arguments) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inlineprotected
insert_or_assign_transparent(ComparableToKey &&key, MappedType &&value) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >protected
insert_or_assign_transparent(const_iterator hint, ComparableToKey &&key, MappedType &&value) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >protected
insert_or_assign_transparent(ComparableToKey &&key, MappedType &&value) -> pair_iter_bool (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
insert_or_assign_transparent(const_iterator, ComparableToKey &&key, MappedType &&value) -> iterator (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
insert_range(R &&rg) -> enable_if_t< Internal::container_compatible_range< R, value_type > > (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
insert_return_type typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
iterator typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
key_eq() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
key_equal typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
key_type typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
leak_and_reset()AZStd::hash_table< Traits >inline
list_node_type typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
list_type typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
load_factor() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
local_iterator typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
lower_bound(const ComparableToKey &key) -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, iterator > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
lower_bound(const ComparableToKey &key) const -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, const_iterator > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
m_data (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >protected
m_hasher (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >protected
m_keyEqual (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >protected
max_bucket_count() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
max_load_factor() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
max_load_factor(float newMaxLoadFactor) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
max_size() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
node_deleter typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
node_handle_extract(const key_type &key)AZStd::hash_table< Traits >inline
node_handle_extract(const_iterator it)AZStd::hash_table< Traits >inline
node_handle_insert(NodeHandle &&nodeHandle)AZStd::hash_table< Traits >
node_handle_insert(const_iterator hint, NodeHandle &&nodeHandle) -> iterator (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
node_type typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
operator=(this_type &&rhs) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
operator=(const this_type &rhs) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
operator=(this_type &&rhs) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
operator=(const this_type &rhs) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
pair_citer_citer typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
pair_iter_bool typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
pair_iter_iter typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
pointer typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
rbegin() (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
rbegin() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
reference typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
rehash(size_type numBucketsMin) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
rend() (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
rend() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
reserve(size_type numBucketsMin) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
reverse_iterator typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
set_allocator(const allocator_type &allocator) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
size() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
size_type typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
swap(this_type &rhs) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
traits_type typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
try_emplace_transparent(ComparableToKey &&key, Args &&... arguments) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >protected
try_emplace_transparent(const_iterator hint, ComparableToKey &&key, Args &&... arguments) (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >protected
try_emplace_transparent(ComparableToKey &&key, Args &&... arguments) -> pair_iter_bool (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
try_emplace_transparent(const_iterator, ComparableToKey &&key, Args &&... arguments) -> iterator (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
unordered_set() (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(size_type numBuckets, const hasher &hash=hasher(), const key_equal &keyEqual=key_equal(), const allocator_type &alloc=allocator_type()) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inlineexplicit
unordered_set(Iterator first, Iterator last, size_type numBuckets={}, const hasher &hash=hasher(), const key_equal &keyEqual=key_equal(), const allocator_type &alloc=allocator_type()) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(from_range_t, R &&rg, size_type numBucketsHint={}, const hasher &hash=hasher(), const key_equal &keyEqual=key_equal(), const allocator_type &alloc=allocator_type()) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(const unordered_set &rhs) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(unordered_set &&rhs) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(const allocator_type &alloc) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inlineexplicit
unordered_set(const unordered_set &rhs, const type_identity_t< allocator_type > &alloc) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(unordered_set &&rhs, const type_identity_t< allocator_type > &alloc) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(const initializer_list< value_type > &list, size_type numBuckets={}, const hasher &hash=hasher(), const key_equal &keyEqual=key_equal(), const allocator_type &alloc=allocator_type()) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(size_type numBucketsHint, const allocator_type &alloc) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(size_type numBucketsHint, const hasher &hash, const allocator_type &alloc) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(InputIterator f, InputIterator l, size_type n, const allocator_type &a) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(InputIterator f, InputIterator l, size_type n, const hasher &hf, const allocator_type &a) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(from_range_t, R &&rg, size_type n, const allocator_type &a) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(from_range_t, R &&rg, size_type n, const hasher &hf, const allocator_type &a) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(initializer_list< value_type > il, size_type n, const allocator_type &a) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(initializer_list< value_type > il, size_type n, const hasher &hf, const allocator_type &a) (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
unordered_set(const hasher &hash, const key_equal &keyEqual, const allocator_type &allocator)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >inline
upper_bound(const ComparableToKey &key) -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, iterator > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
upper_bound(const ComparableToKey &key) const -> enable_if_t<(Internal::is_transparent< key_equal, ComparableToKey >::value &&Internal::is_transparent< hasher, ComparableToKey >::value)||AZStd::is_convertible_v< ComparableToKey, key_type >, const_iterator > (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
validate() const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
validate_iterator(const iterator &iter) constAZStd::hash_table< Traits >inline
validate_iterator(const const_iterator &iter) const (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >inline
value_type typedef (defined in AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >)AZStd::unordered_set< Key, Hasher, EqualKey, Allocator >
vector_node_type typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
vector_type typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >
vector_value_type typedef (defined in AZStd::hash_table< Traits >)AZStd::hash_table< Traits >