35#ifndef _BLAZE_UTIL_TYPETRAITS_ISPOD_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISPOD_H_
106template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsPod_v
Auxiliary variable template for the IsPod type trait.
Definition: IsPod.h:107
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for pod data types.
Definition: IsPod.h:89