Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrG
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
uLang/Common/Containers/UniquePointer.h |
|
ULANG_FORCEINLINE bool operator>
(
const TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... >& Other
) const
|
|
uLang/Common/Containers/UniquePointer.h |
|
ULANG_FORCEINLINE bool operator>
(
OtherObjectType* Object
) const
|
|
uLang/Common/Containers/UniquePointer.h |
|
operator>(const TUPtrG &)
| |
|
| Name |
operator> |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
ULANG_FORCEINLINE bool operator>
(
const TUPtrG & Other
) const
operator>(const TUPtrG< OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > &)
| |
|
| Name |
operator> |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
template<class OtherObjectType, bool OtherAllowNull>
ULANG_FORCEINLINE bool operator>
(
const TUPtrG < OtherObjectType, OtherAllowNull, AllocatorType, AllocatorArgsType... > & Other
) const
operator>(OtherObjectType *)
| |
|
| Name |
operator> |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointer.h |
| Include Path |
#include "uLang/Common/Containers/UniquePointer.h" |
template<class OtherObjectType, bool OtherAllowNull>
ULANG_FORCEINLINE bool operator>
(
OtherObjectType * Object
) const