Searched refs:is_copy_assignable_v (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_copy_assignable.h32 inline constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value; variable
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h311 requires(is_copy_assignable_v<_Tp> &&
313 is_copy_assignable_v<_Err> &&
785 requires(is_copy_assignable_v<_Err> && is_copy_constructible_v<_Err>)
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dpair.h340 requires(is_copy_assignable_v<const first_type> &&
341 is_copy_assignable_v<const second_type>) {
/openbsd-current/gnu/llvm/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp269 !std::is_copy_assignable_v<

Completed in 148 milliseconds