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