operator""_intseq

Custom literal operator which converts a string into a [TIntegerSequence](API\Runtime\Core\Delegates\TIntegerSequence) of chars.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/Delegate.h

Include

#include "Delegates/Delegate.h"

Syntax

template<typename T, T... Chars>
FORCEINLINE constexpr TIntegerSequence< T, Chars... > operator""_intseq()

Remarks

Custom literal operator which converts a string into a TIntegerSequence of chars.

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