Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/IsPointer.h |
Include | #include "Templates/IsPointer.h" |
Syntax
template<typename T>
struct TIsPointer
Remarks
Traits class which tests if a type is a pointer.
Specializations
TIsPointer< volatile T >
TIsPointer< const T >
TIsPointer< const volatile T >
TIsPointer< T * >
Constants
Name | Description |
---|---|
Value |