Home
last modified time | relevance | path

Searched refs:HasUid_v (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dmeta_types.h68 constexpr bool HasUid_v = IsDefined_v<MetaType<Type>>; // NOLINT(readability-identifier-naming) variable
76 static_assert(HasUid_v<Type>, "META_TYPE missing for given type"); in MakeUid()
83 static_assert(HasUid_v<Type>, "META_TYPE missing for given type"); in CombineHash()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Devent_impl.h46 if constexpr ((true && ... && HasUid_v<PlainType_t<Args>>)) { in Call() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dfunction.h251 if constexpr ((true && ... && HasUid_v<PlainType_t<Args>>)) { in Call() argument

Completed in 2 milliseconds