TStringPassthru

This class is returned by StringPassthru and is not intended to be used directly.

Windows
MacOS
Linux

Inheritance Hierarchy

TInlineAllocator::template ForElementType< FromType >

TStringPassthru

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/StringConv.h

Include

#include "Containers/StringConv.h"

Syntax

template<typename ToType, typename FromType, int32 DefaultConversionSize>
class TStringPassthru : private TInlineAllocator::template ForElementType< FromType >

Remarks

This class is returned by StringPassthru and is not intended to be used directly.

Constructors

Name Description

Public function

TStringPassthru

(
    TStringPassthru&& Other
)

Public function

TStringPassthru

(
    ToType* InDest,
    int32 InDestLen,
    int32 InSrcLen
)

Functions

Name Description

Public function Const

void

 

Apply()

Public function

FromType ...

 

Get()

Typedefs

Name

Description

AllocatorType

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