LiteFX 0.4.1.2025
Computer Graphics Engine
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 123]
 NLiteFX
 NmetaContains type traits and meta-programming features for compile-time evaluation
 Rhas_builderChecks if a type contains a builder
 Ris_explicitly_constructibleChecks if a type can be constructed using the provided arguments, whilst not being able to be converted from TArg
 Ris_implicitly_constructibleChecks if a type can be constructed using the provided arguments and at the same time can also be converted from TArg
 RimplementsChecks if a type TDerived is derived from another type TBase and is non-abstract
 Rare_sameChecks if a set of types are all equal to the type T
 NRendering
 Rrender_backendConcept that can be used to refer to render backend implementations
 RbackendConcept that can be used to refer to backend implementations
 Ris_covariantEvaluates if a type TCovariant behaves covariant to a value type TValue . In this context, covariance is expressed as the type TCovariant can be assigned a value of type TValue or can be constructed from a value of TValue
 Rcovariant_forward_iteratorEvaluates, if an iterator of type TIterator iterates values that are covariant to TValue