TIsFixedWidthEncoding_Helper

Metafunction which tests whether a given character type represents a fixed-width encoding.

Windows
MacOS
Linux

Inheritance Hierarchy

FGenericPlatformString::TIsFixedWidthEncoding_Helper

FGenericPlatformString::TIsFixedWidthEncoding

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformString.h

Include

#include "GenericPlatform/GenericPlatformString.h"

Syntax

template<bool Dummy, typename T>
struct TIsFixedWidthEncoding_Helper

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss