Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExpressionBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE bool AreSubExprsEqual
(
const TRange1& Lhs, |
uLang/Semantics/Expression.h | ||
static bool AreSubExprsEqual
(
const TRange1&, |
uLang/Semantics/Expression.h |
AreSubExprsEqual(const TRange1 &, const TRange2 &)
| Name | AreSubExprsEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
template<typename TRange1, typename TRange2>
ULANG_FORCEINLINE bool AreSubExprsEqual
(
const TRange1 & Lhs,
const TRange2 & Rhs
)
AreSubExprsEqual(const TRange1 &, const TRange2 &)
| Name | AreSubExprsEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
template<typename TRange1, typename TRange2>
static bool AreSubExprsEqual
(
const TRange1 &,
const TRange2 &
)