Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/Models.h |
| Include | #include "Templates/Models.h" |
template<typename Concept, typename... Args>
int!!TModels_V < Concept, Args... > *2 - 1 Refines()
Remarks
Helper function which can be used as an expression in a concept to refine ('inherit') another concept. It should be used as expression-based variant of the TModels_V trait. If the arguments model the given concept, Refines
See the CCopyablePointer example below.