|
| constexpr FGenericPlatformTypes::UTF8CHAR & | operator++ (FGenericPlatformTypes::UTF8CHAR &Ch) |
| |
| constexpr FGenericPlatformTypes::UTF8CHAR & | operator-- (FGenericPlatformTypes::UTF8CHAR &Ch) |
| |
| constexpr FGenericPlatformTypes::UTF8CHAR | operator++ (FGenericPlatformTypes::UTF8CHAR &Ch, int) |
| |
| constexpr FGenericPlatformTypes::UTF8CHAR | operator-- (FGenericPlatformTypes::UTF8CHAR &Ch, int) |
| |
| template<typename T > |
| auto | operator+= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch+=(T &&) InValue)) |
| |
| template<typename T > |
| auto | operator-= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch -=(T &&) InValue)) |
| |
| template<typename T > |
| auto | operator/= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch/=(T &&) InValue)) |
| |
| template<typename T > |
| auto | operator*= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch *=(T &&) InValue)) |
| |
| template<typename T > |
| auto | operator%= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch %=(T &&) InValue)) |
| |
| template<typename T > |
| auto | operator&= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch &=(T &&) InValue)) |
| |
| template<typename T > |
| auto | operator|= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch|=(T &&) InValue)) |
| |
| template<typename T > |
| auto | operator^= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch ^=(T &&) InValue)) |
| |
| template<typename T > |
| auto | operator<<= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch<<=(T &&) InValue)) |
| |
| template<typename T > |
| auto | operator>>= (FGenericPlatformTypes::UTF8CHAR &Ch, T &&InValue) -> decltype((FGenericPlatformTypes::UTF8CHAR &)(*(unsigned char *)&Ch > >=(T &&) InValue)) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator+= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator-= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator/= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator*= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator%= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator&= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator|= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator^= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator<<= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |
| FGenericPlatformTypes::UTF8CHAR & | operator>>= (FGenericPlatformTypes::UTF8CHAR &Ch, FGenericPlatformTypes::UTF8CHAR InValue) |
| |