Searched defs:is_nothrow_move_assignable_v (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_move_assignable.h31 inline constexpr bool is_nothrow_move_assignable_v = is_nothrow_move_assignable<_Tp>::value; variable
/freebsd-current/contrib/llvm-project/libcxx/include/__concepts/
H A Dswappable.h95 noexcept(is_nothrow_move_constructible_v<_Tp> && is_nothrow_move_assignable_v<_Tp>) { argument

Completed in 116 milliseconds