UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TLiteral< T > Struct Template Reference

#include <Char.h>

Static Public Member Functions

static const ANSICHAR Select (const ANSICHAR ansi, const WIDECHAR)
 
static const ANSICHARSelect (const ANSICHAR *ansi, const WIDECHAR *)
 

Detailed Description

template<typename T>
struct TLiteral< T >

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

Member Function Documentation

◆ Select() [1/2]

template<typename T >
static const ANSICHAR * TLiteral< T >::Select ( const ANSICHAR ansi,
const WIDECHAR  
)
inlinestatic

◆ Select() [2/2]

template<typename T >
static const ANSICHAR TLiteral< T >::Select ( const ANSICHAR  ansi,
const WIDECHAR   
)
inlinestatic

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