Warning!
The version you're viewing is not the latest.
Go to the latest version
Struct has_meta_sequence_container_traits< Type, std::void_t< typename meta_sequence_container_traits< Type >::value_type > >
Synopsis
#include <src/entt/meta/type_traits.hpp>
template<typename Type>
struct has_meta_sequence_container_traits<Type, std::void_t<typename meta_sequence_container_traits<Type>::value_type>>
: std::true_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: true_type
Source
Lines 37-40 in src/entt/meta/type_traits.hpp.
template<typename Type>
struct has_meta_sequence_container_traits<Type, std::void_t<typename meta_sequence_container_traits<Type>::value_type>>
: std::true_type
{};