TLiteral

Templated literal struct to allow selection of wide or ansi string literals based on the character type provided, and not on compiler switches.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Char.h

Include

#include "Misc/Char.h"

Syntax

template<typename T>
struct TLiteral

Remarks

Templated literal struct to allow selection of wide or ansi string literals based on the character type provided, and not on compiler switches.

Specializations

Functions

Name Description

Public function Static

const ANSICH...

 

Select

(
    const ANSICHAR ansi,
    const WIDECHAR
)

Public function Static

const ANSICH...

 

Select

(
    const ANSICHAR* ansi,
    const WIDECHAR*
)

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