xentara-utils v2.0.3
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::tools::ParameterPackType Concept Reference

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

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

Concept definition

template<typename Type>
concept xentara::utils::tools::ParameterPackType = kIsParameterPackType<Type>
Determines if a type is a specialization of ParameterPack.
Definition ParameterPack.hpp:154

Detailed Description

Determines if a type is a specialization of ParameterPack.

This concept consists of possibly CV-qualified specialization of ParameterPack

See also
IsParameterPackType