1 #ifndef INCG_PHI_CORE_TYPE_TRAITS_IS_SAFE_INTEGER_HPP 2 #define INCG_PHI_CORE_TYPE_TRAITS_IS_SAFE_INTEGER_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>
39 #if PHI_HAS_FEATURE_VARIABLE_TEMPLATE() 41 template <
typename TypeT>
44 template <
typename TypeT>
49 DETAIL_PHI_END_NAMESPACE()
51 #endif // INCG_PHI_CORE_TYPE_TRAITS_IS_SAFE_INTEGER_HPP Definition: integral_constant.hpp:19
Definition: is_safe_integer.hpp:23
A type safe integer class.
Definition: integer.hpp:58
Definition: is_safe_integer.hpp:32
Definition: is_safe_integer.hpp:36