xentara-utils v2.0.3
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::tools::IsParameterPackType< Type > Struct Template Reference

Determines if a type is a specialization of ParameterPack. More...

#include <xentara/utils/tools/ParameterPack.hpp>

Related Symbols

(Note that these are not member symbols.)

template<typename Type >
constexpr bool kIsParameterPackType
 Determines if a type is a specialization of ParameterPack.
 

Detailed Description

template<typename Type>
struct xentara::utils::tools::IsParameterPackType< Type >

Determines if a type is a specialization of ParameterPack.

This trait checks whether the type is possibly CV-qualified specialization of ParameterPack

Friends And Related Symbol Documentation

◆ kIsParameterPackType

template<typename Type >
template<typename Type >
constexpr bool kIsParameterPackType
related

Determines if a type is a specialization of ParameterPack.

This value is true if the type is a possibly CV-qualified specialization of ParameterPack