1 #ifndef INCG_PHI_CORE_TYPE_TRAITS_IS_SAFE_FLOATING_POINT_HPP 2 #define INCG_PHI_CORE_TYPE_TRAITS_IS_SAFE_FLOATING_POINT_HPP 4 #include "phi/phi_config.hpp" 6 #if PHI_HAS_EXTENSION_PRAGMA_ONCE() 10 #include "phi/compiler_support/constexpr.hpp" 11 #include "phi/compiler_support/inline_variables.hpp" 12 #include "phi/type_traits/integral_constant.hpp" 13 #include "phi/type_traits/remove_cv.hpp" 15 DETAIL_PHI_BEGIN_NAMESPACE()
17 template <typename TypeT>
22 template <
typename TypeT>
26 template <
typename TypeT>
31 template <
typename TypeT>
35 template <
typename TypeT>
40 #if PHI_HAS_FEATURE_VARIABLE_TEMPLATE() 42 template <
typename TypeT>
43 PHI_INLINE_VARIABLE PHI_CONSTEXPR
bool is_safe_floating_point_v =
46 template <
typename TypeT>
47 PHI_INLINE_VARIABLE PHI_CONSTEXPR
bool is_not_safe_floating_point_v =
52 DETAIL_PHI_END_NAMESPACE()
54 #endif // INCG_PHI_CORE_TYPE_TRAITS_IS_SAFE_FLOATING_POINT_HPP Definition: integral_constant.hpp:19
Definition: is_safe_floating_point.hpp:32
Definition: is_safe_floating_point.hpp:23
Definition: floating_point.hpp:55
Definition: is_safe_floating_point.hpp:36