35#ifndef _BLAZE_MATH_SHIMS_ISINF_H_
36#define _BLAZE_MATH_SHIMS_ISINF_H_
63template<
typename T, EnableIf_t< IsArithmetic_v<T> >* =
nullptr >
64inline bool isinf( T a )
noexcept
Header file for the EnableIf class template.
Header file for the IsArithmetic type trait.
bool isinf(T a) noexcept
Determines if the given floating point number is a positive or negative infinity.
Definition: IsInf.h:64