35 #ifndef _BLAZE_MATH_TRAITS_DERESTRICTTRAIT_H_ 36 #define _BLAZE_MATH_TRAITS_DERESTRICTTRAIT_H_ 67 template<
typename T >
73 struct Failure {
using Type = INVALID_TYPE; };
80 static T& create() noexcept;
81 using Type = decltype( derestrict( create() ) );
111 template<
typename T >
typename If< Condition, T1, T2 >::Type If_t
Auxiliary alias declaration for the If class template.The If_t alias declaration provides a convenien...
Definition: If.h:109
Header file for the IsMatrix type trait.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the If class template.
Header file for the IsVector type trait.
typename DerestrictTrait< T >::Type DerestrictTrait_t
Auxiliary alias declaration for the DerestrictTrait type trait.The DerestrictTrait_t alias declaratio...
Definition: DerestrictTrait.h:112
Utility type for generic codes.
Evaluation of the return type of the derestrict function.Via this type trait it is possible to evalua...
Definition: DerestrictTrait.h:68
Header file for the RemoveReference type trait.