Searched refs:is_defined (Results 1 – 3 of 3) sorted by relevance
82 static_assert(CORE_NS::PropertySystem::is_defined<Prop>().value); in SCENE_BEGIN_NAMESPACE()90 static_assert(CORE_NS::PropertySystem::is_defined<Prop>().value); in RegisterEngineArrayAccessImpl()105 static_assert(CORE_NS::PropertySystem::is_defined<Prop>().value); in RegisterMapEngineAccessImpl()133 static_assert(CORE_NS::PropertySystem::is_defined<EnvironmentComponent::Background>().value); in RegisterEngineAccess()
130 struct is_defined : BASE_NS::false_type { struct136 static_assert(is_defined<T>().value, "Missing DECLARE_PROPERTY_TYPE for used type."); in PropertyTypeDeclFromType() argument144 struct is_defined<aType> : BASE_NS::true_type { \
35 if constexpr (CORE_NS::PropertySystem::is_defined<T>().value) { in CorePropertyTypeDeclFromType()