DxLibEx
isnan.hpp File Reference
#include "dxlibex/config/defines.h"
#include <cmath>
#include "dxlibex/type_traits.hpp"
Include dependency graph for isnan.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 dxle
 
 dxle::math
 

Functions

template<typename FloatType , enable_if_t< std::is_floating_point< FloatType >::value, std::nullptr_t > = nullptr>
DXLE_CONSTEXPR bool dxle::math::isnan (FloatType x) DXLE_NOEXCEPT_OR_NOTHROW
 
template<typename IntType , enable_if_t< std::is_integral< IntType >::value > = nullptr>
DXLE_CONSTEXPR bool dxle::math::isnan (IntType) DXLE_NOEXCEPT_OR_NOTHROW