35#ifndef _BLAZE_UTIL_TYPETRAITS_ISDESTRUCTIBLE_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISDESTRUCTIBLE_H_
120template<
typename T >
122 :
public BoolConstant< std::is_nothrow_destructible<T>::value >
140template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsDestructible_v
Auxiliary variable template for the IsDestructible type trait.
Definition: IsDestructible.h:92
constexpr bool IsNothrowDestructible_v
Auxiliary variable template for the IsNothrowDestructible type trait.
Definition: IsDestructible.h:141
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time type check.
Definition: IsDestructible.h:74
Compile time type check.
Definition: IsDestructible.h:123