![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IsCharEncodingCompatibleWith.h>
Static Public Attributes | |
| static constexpr bool | Value = UE::Core::Private::IsCharEncodingCompatibleWithImpl<std::remove_cv_t<SrcEncoding>, std::remove_cv_t<DestEncoding>>() |
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.
|
staticconstexpr |