Searched refs:is_nothrow_copy_constructible_v (Results 1 – 8 of 8) sorted by relevance
74 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept()131 … ? copyable<_Tp> || (is_nothrow_move_constructible_v<_Tp> && is_nothrow_copy_constructible_v<_Tp>)152 concept __doesnt_need_empty_state_for_copy = copyable<_Tp> || is_nothrow_copy_constructible_v<_Tp>;212 static_assert(is_nothrow_copy_constructible_v<_Tp>);
128 …PP_HIDE_FROM_ABI constexpr _Start operator*() const noexcept(is_nothrow_copy_constructible_v<_Star…
187 … is_nothrow_copy_constructible_v<_Iter> && noexcept(ranges::iter_move(--std::declval<_Iter&>()))) { in iter_move()195 is_nothrow_copy_constructible_v<_Iter> && is_nothrow_copy_constructible_v<_Iter2> && in iter_swap()
88 inline constexpr bool is_nothrow_copy_constructible_v = is_nothrow_copy_constructible<_Tp>::value; variable
488 is_nothrow_copy_constructible_v<_Tp> && is_nothrow_copy_constructible_v<_Err>) // strengthened629 …is_nothrow_copy_assignable_v<_Tp> && is_nothrow_copy_constructible_v<_Tp> && is_nothrow_copy_assig…630 is_nothrow_copy_constructible_v<_Err>) // strengthened1393 is_nothrow_copy_constructible_v<_Err>) // strengthened1478 is_nothrow_copy_assignable_v<_Err> && is_nothrow_copy_constructible_v<_Err>) // strengthened
360 template <class T> inline constexpr bool is_nothrow_copy_constructible_v
1700 SYMBOL(is_nothrow_copy_constructible_v, std::, <type_traits>)