Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/PointerIsConvertibleFromTo.h |
Include | #include "Templates/PointerIsConvertibleFromTo.h" |
Syntax
template<typename From, typename To, typename NoCVFrom>
struct TImpl< From, To, NoCVFrom, NoCVFrom >
Constants
Name | Description |
---|---|
Value | Cv T* to cv T* conversions are always allowed as long as no CVs are lost |