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