Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStringView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool PrivateEquals
(
TStringView Lhs, |
Containers/StringView.h | ||
static bool PrivateEquals
(
TStringView Lhs, |
Containers/StringView.h | ||
bool PrivateEquals
(
const OtherCharType* Other, |
Containers/StringView.h |
PrivateEquals(TStringView, const CharType *)
| Name | PrivateEquals |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include Path | #include "Containers/StringView.h" |
static bool PrivateEquals
(
TStringView Lhs,
const CharType * Rhs
)
PrivateEquals(TStringView, TStringView)
| Name | PrivateEquals |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include Path | #include "Containers/StringView.h" |
static bool PrivateEquals
(
TStringView Lhs,
TStringView Rhs
)
PrivateEquals(const OtherCharType *, ESearchCase::Type)
| Name | PrivateEquals |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include Path | #include "Containers/StringView.h" |
template<typename OtherCharType>
bool PrivateEquals
(
const OtherCharType * Other,
ESearchCase::Type SearchCase
) const