35#ifndef _BLAZE_MATH_SHIMS_EVAL_H_
36#define _BLAZE_MATH_SHIMS_EVAL_H_
70 eval(
const T& a )
noexcept
Header file for the EnableIf class template.
Header file for the IsBuiltin type trait.
Header file for the IsComplex type trait.
BLAZE_ALWAYS_INLINE constexpr EnableIf_t< IsBuiltin_v< T >||IsComplex_v< T >, const T & > eval(const T &a) noexcept
Formal evaluation of the given argument.
Definition: Eval.h:70
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
System settings for the inline keywords.