Ark Server API (ASE) - Wiki
|
#include <GenericPlatformString.h>
Public Types | |
enum | { Value = TIsFixedWidthEncoding<EncodingA>::Value && TIsFixedWidthEncoding<EncodingB>::Value && sizeof(EncodingA) == sizeof(EncodingB) } |
Metafunction which tests whether two encodings are compatible.
We'll say the encodings are compatible if they're both fixed-width and have the same size. This should be good enough and catches things like UCS2CHAR and WIDECHAR being equivalent. Specializations of this template can be provided for any other special cases. Same size is a minimum requirement.
Definition at line 86 of file GenericPlatformString.h.
anonymous enum |
Enumerator | |
---|---|
Value |
Definition at line 88 of file GenericPlatformString.h.