Skip to content
Flecs v4.1
flecs::is_flecs_constructible< T > Struct Template Reference

Static Public Attributes

static constexpr bool value = std::is_default_constructible<actual_type_t<T>>::value

Detailed Description

template<typename T>
struct flecs::is_flecs_constructible< T >

Definition at line 12 of file lifecycle_traits.hpp.

Member Data Documentation

◆ value

template<typename T>
bool flecs::is_flecs_constructible< T >::value = std::is_default_constructible<actual_type_t<T>>::value
staticconstexpr

Definition at line 13 of file lifecycle_traits.hpp.


The documentation for this struct was generated from the following file: