Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUTF8String
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUTF8String operator+
(
const CUTF8StringView& OtherStringView |
uLang/Common/Text/UTF8String.h | ||
TUTF8String operator+
(
const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... >& Other |
uLang/Common/Text/UTF8String.h | ||
TUTF8String operator+
(
const char* OtherNullTerminatedString |
uLang/Common/Text/UTF8String.h | ||
ULANG_FORCEINLINETUTF8String< AllocatorType, AllocatorArgsType... > operator+
(
const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... >& Other |
uLang/Common/Text/UTF8String.h |
operator+(const CUTF8StringView &)
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String operator+
(
const CUTF8StringView & OtherStringView
) const
operator+(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &)
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
template<class OtherAllocatorType, typename... OtherAllocatorArgsType>
TUTF8String operator+
(
const TUTF8String < OtherAllocatorType, OtherAllocatorArgsType... > & Other
) const
operator+(const char *)
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
TUTF8String operator+
(
const char * OtherNullTerminatedString
) const
operator+(const TUTF8String< OtherAllocatorType, OtherAllocatorArgsType... > &)
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8String.h |
| Include Path | #include "uLang/Common/Text/UTF8String.h" |
template<class OtherAllocatorType, typename... OtherAllocatorArgsType>
ULANG_FORCEINLINETUTF8String < AllocatorType, AllocatorArgsType... > operator+
(
const TUTF8String < OtherAllocatorType, OtherAllocatorArgsType... > & Other
) const