Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include | #include "Containers/StringConv.h" |
Syntax
template<typename InFromType, typename InToType>
class TStringPointer
Remarks
Class takes one type of string and and stores it as-is. For API compatibility with TStringConversion when the To and From types are already in the same format.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TStringPointer
(
const SrcBufferType* Source |
|||
TStringPointer
(
FromRangeType&& Source |
Construct from a compatible character range such as TStringView or TStringBuilder. | ||
TStringPointer
(
TStringPointer&& Other |
Move constructor | ||
TStringPointer
(
const SrcBufferType* Source, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const ToType * | Get () |
Accessor for the string. | |
| int32 | Length () |
Length of the string. |