TTypePackContainsDuplicates< T, T, Ts... >

A template parameter pack containing the same type adjacently contains duplicate types.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h

Include

#include "Misc/TVariantMeta.h"

Syntax

template<typename T, typename... Ts>
struct TTypePackContainsDuplicates< T, T, Ts... >

Remarks

A template parameter pack containing the same type adjacently contains duplicate types. The next structure ensures that we check all pairs of types in a template parameter pack.

Constants

Name

Description

Value

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