Navigation
API > API/Runtime > API/Runtime/uLangCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE bool uLang::operator==
(
NullPtrType, |
Nullptr equality operator. | uLang/Common/Containers/Function.h | |
ULANG_FORCEINLINE bool uLang::operator==
(
const TFunction< FuncType >& Func, |
Nullptr equality operator. | uLang/Common/Containers/Function.h |
uLang::operator==(NullPtrType, const TFunction< FuncType > &)
Description
Nullptr equality operator.
| Name | uLang::operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
namespace uLang
{
template<typename FuncType>
ULANG_FORCEINLINE bool uLang::operator==
(
NullPtrType,
const TFunction < FuncType > & Func
)
}
uLang::operator==(const TFunction< FuncType > &, NullPtrType)
Description
Nullptr equality operator.
| Name | uLang::operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
namespace uLang
{
template<typename FuncType>
ULANG_FORCEINLINE bool uLang::operator==
(
const TFunction < FuncType > & Func,
NullPtrType
)
}