Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FGenericPlatformString::TIsFixedWidthEncoding_Helper< Dummy, T > Struct Template Reference

#include <GenericPlatformString.h>

Public Types

enum  { Value = false }
 

Detailed Description

template<bool Dummy, typename T>
struct FGenericPlatformString::TIsFixedWidthEncoding_Helper< Dummy, T >

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.

Member Enumeration Documentation

◆ anonymous enum

template<bool Dummy, typename T >
anonymous enum
Enumerator
Value 

Definition at line 64 of file GenericPlatformString.h.


The documentation for this struct was generated from the following file: