|
DxLibEx
|


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 |