Ark Server API (ASE) - Wiki
|
#include <GenericPlatformString.h>
Public Types | |
enum | { Value = false } |
Metafunction which tests whether a given character type represents a fixed-width encoding.
We need to 'forward' the metafunction to a helper because of the C++ requirement that nested structs cannot be fully specialized. They can be partially specialized however, hence the helper function.
Definition at line 62 of file GenericPlatformString.h.
anonymous enum |
Enumerator | |
---|---|
Value |
Definition at line 64 of file GenericPlatformString.h.