Warning!
The version you're viewing is not the latest.
Go to the latest version
Struct has_meta_associative_container_traits
Synopsis
#include <src/entt/meta/type_traits.hpp>
template<typename, typename = void>
struct has_meta_associative_container_traits: std::false_type
Description
Provides the member constant value
to true if support for meta associative containers is enabled for the given type, false otherwise.
- Template Parameters
Type
- Potentially associative container type.
Inheritance
Ancestors: false_type
Source
Lines 56-57 in src/entt/meta/type_traits.hpp.
template<typename, typename = void>
struct has_meta_associative_container_traits: std::false_type {};