UE4Tuple_Private::ConceptCheckingHelper

This only exists to have something to expand a parameter pack into, for concept checking.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Tuple.h

Include

#include "Templates/Tuple.h"

Syntax

namespace UE4Tuple_Private
{
    template<typename... ArgTypes>
    void UE4Tuple_Private::ConceptCheckingHelper
    (
        ArgTypes && ...
    )
}

Remarks

This only exists to have something to expand a parameter pack into, for concept checking.

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