1 #ifndef INCG_PHI_CORE_TYPE_TRAITS_IS_NOTHROW_SWAPPABLE_HPP 2 #define INCG_PHI_CORE_TYPE_TRAITS_IS_NOTHROW_SWAPPABLE_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/add_lvalue_reference.hpp" 13 #include "phi/type_traits/conditional.hpp" 14 #include "phi/type_traits/integral_constant.hpp" 15 #include "phi/type_traits/is_nothrow_swappable_with.hpp" 16 #include "phi/type_traits/is_referenceable.hpp" 18 DETAIL_PHI_BEGIN_NAMESPACE()
20 template <typename TypeT>
28 template <
typename TypeT>
33 #if PHI_HAS_FEATURE_VARIABLE_TEMPLATE() 35 template <
typename TypeT>
38 template <
typename TypeT>
39 PHI_INLINE_VARIABLE PHI_CONSTEXPR
bool is_not_nothrow_swappable_v =
44 DETAIL_PHI_END_NAMESPACE()
46 #endif // INCG_PHI_CORE_TYPE_TRAITS_IS_NOTHROW_SWAPPABLE_HPP Definition: integral_constant.hpp:19
Definition: is_nothrow_swappable.hpp:21
Definition: add_lvalue_reference.hpp:52
Definition: conditional.hpp:13
Definition: is_nothrow_swappable.hpp:29
Definition: is_nothrow_swappable_with.hpp:41
Definition: is_referenceable.hpp:58