1 #ifndef INCG_PHI_CORE_TYPE_TRAITS_IS_NOTHROW_MOVE_ASSIGNABLE_HPP 2 #define INCG_PHI_CORE_TYPE_TRAITS_IS_NOTHROW_MOVE_ASSIGNABLE_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/add_rvalue_reference.hpp" 14 #include "phi/type_traits/integral_constant.hpp" 15 #include "phi/type_traits/is_nothrow_assignable.hpp" 17 DETAIL_PHI_BEGIN_NAMESPACE()
19 template <typename TypeT>
24 template <
typename TypeT>
29 #if PHI_HAS_FEATURE_VARIABLE_TEMPLATE() 31 template <
typename TypeT>
32 PHI_INLINE_VARIABLE PHI_CONSTEXPR
bool is_nothrow_move_assignable_v =
35 template <
typename TypeT>
36 PHI_INLINE_VARIABLE PHI_CONSTEXPR
bool is_not_nothrow_move_assignable_v =
41 DETAIL_PHI_END_NAMESPACE()
43 #endif // INCG_PHI_CORE_TYPE_TRAITS_IS_NOTHROW_MOVE_ASSIGNABLE_HPP Definition: integral_constant.hpp:19
Definition: is_nothrow_move_assignable.hpp:20
Definition: is_nothrow_move_assignable.hpp:25
Definition: is_nothrow_assignable.hpp:101