35#ifndef _BLAZE_MATH_TYPETRAITS_HASCOMPOSITETYPE_H_
36#define _BLAZE_MATH_TYPETRAITS_HASCOMPOSITETYPE_H_
Header file for auxiliary alias declarations.
Header file for the IsDetected type trait.
constexpr bool HasCompositeType_v
Auxiliary variable template for the HasCompositeType type trait.
Definition: HasCompositeType.h:92
IsDetected< CompositeType_t, T > HasCompositeType
Compile time check for a public nested type alias CompositeType.
Definition: HasCompositeType.h:74
typename DetectedOr< NoneSuch, OP, Ts... >::Value_t IsDetected
Compile time detection of type properties.
Definition: IsDetected.h:151