TStringViewImpl

Overload list

Windows
MacOS
Linux
Name Description

Public function

TStringViewImpl()

Construct an empty view.

Public function

TStringViewImpl

(
    const CharType* InData
)

Construct a view of the null-terminated string pointed to by InData.

Public function

TStringViewImpl

(
    const CharType* InData,
    SizeType InSize
)

Construct a view of InSize characters beginning at InData.

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