1 #ifndef INCG_PHI_CORE_TYPE_TRAITS_IS_ARRAY_HPP 2 #define INCG_PHI_CORE_TYPE_TRAITS_IS_ARRAY_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/core/size_t.hpp" 13 #include "phi/type_traits/integral_constant.hpp" 18 DETAIL_PHI_BEGIN_NAMESPACE()
20 template <typename TypeT>
24 template <
typename TypeT>
28 template <
typename TypeT,
size_t Size>
32 template <
typename TypeT>
36 #if PHI_HAS_FEATURE_VARIABLE_TEMPLATE() 38 template <
typename TypeT>
41 template <
typename TypeT>
46 DETAIL_PHI_END_NAMESPACE()
48 #endif // INCG_PHI_CORE_TYPE_TRAITS_IS_ARRAY_HPP Definition: integral_constant.hpp:19
Definition: is_array.hpp:21
Definition: is_array.hpp:33