Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
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
| Type | Name | Description | |
|---|---|---|---|
TStringPassthru
(
TStringPassthru&& Other |
|||
TStringPassthru
(
ToType* InDest, |
Functions
Typedefs
| Name | Description |
|---|---|
| AllocatorType |