Warning!
The version you're viewing is not the latest.
Go to the latest version
Struct meta_associative_container_traits< std::unordered_map< Key, Value, Args... > >
Synopsis
#include <src/entt/meta/container.hpp>
template<typename Key, typename Value, typename... Args>
struct meta_associative_container_traits<std::unordered_map<Key, Value, Args...>>
: internal::basic_meta_associative_container_traits<std::unordered_map<Key, Value, Args...>>
Description
Meta associative container traits for std::unordered_map
s of any type.
- Template Parameters
Key
- The key type of elements.Value
- The value type of elements.Args
- Other arguments.
Inheritance
Ancestors: internal::basic_meta_associative_container_traits< std::unordered_map< Key, Value, Args... > >
Source
Lines 230-232 in src/entt/meta/container.hpp.
template<typename Key, typename Value, typename... Args>
struct meta_associative_container_traits<std::unordered_map<Key, Value, Args...>>
: internal::basic_meta_associative_container_traits<std::unordered_map<Key, Value, Args...>> {};