TTypePackContainsDuplicates< T, U, Rest... >

Check all pairs of types in a template parameter pack to determine if any type is duplicated

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 U, typename... Rest>
struct TTypePackContainsDuplicates< T, U, Rest... >

Remarks

Check all pairs of types in a template parameter pack to determine if any type is duplicated

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