1 #ifndef INCG_PHI_CORE_TYPE_TRAITS_IS_VOID_HPP 2 #define INCG_PHI_CORE_TYPE_TRAITS_IS_VOID_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" 14 DETAIL_PHI_BEGIN_NAMESPACE()
16 template <typename TypeT>
36 template <
typename TypeT>
40 #if PHI_HAS_FEATURE_VARIABLE_TEMPLATE() 42 template <
typename TypeT>
45 template <
typename TypeT>
50 DETAIL_PHI_END_NAMESPACE()
52 #endif // INCG_PHI_CORE_TYPE_TRAITS_IS_VOID_HPP Definition: integral_constant.hpp:19
Definition: is_void.hpp:37
Definition: is_void.hpp:17