1 #ifndef INCG_PHI_CORE_TYPE_TRAITS_ENABLE_IF_HPP 2 #define INCG_PHI_CORE_TYPE_TRAITS_ENABLE_IF_HPP 4 #include "phi/phi_config.hpp" 6 #if PHI_HAS_EXTENSION_PRAGMA_ONCE() 10 #include "phi/compiler_support/features.hpp" 12 DETAIL_PHI_BEGIN_NAMESPACE()
14 template <
bool BooleanValue, typename TypeT =
void>
18 template <
typename TypeT>
24 #if PHI_HAS_FEATURE_ALIAS_TEMPLATES() 26 template <
bool BooleanValue,
typename TypeT =
void>
31 DETAIL_PHI_END_NAMESPACE()
33 #endif // INCG_PHI_CORE_TYPE_TRAITS_ENABLE_IF_HPP Definition: enable_if.hpp:15