Navigation
API > API/Runtime > API/Runtime/Core
Trait which tests if a source char type is binary compatible with a destination char type.
This is not commutative. For example, ANSI is compatible with UTF-8, but UTF-8 is not compatible with ANSI.
| Name | TIsCharEncodingCompatibleWith |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Traits/IsCharEncodingCompatibleWith.h |
| Include Path | #include "Traits/IsCharEncodingCompatibleWith.h" |
Syntax
template<typename SrcEncoding, typename DestEncoding>
struct TIsCharEncodingCompatibleWith
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Value | bool | Traits/IsCharEncodingCompatibleWith.h |