Searched refs:is_move_assignable (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_move_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_move_assignable struct in inherits:integral_constant
31 inline constexpr bool is_move_assignable_v = is_move_assignable<_Tp>::value;
H A Dis_swappable.h16 #include <__type_traits/is_move_assignable.h>
39 using __swap_result_t = typename enable_if<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value>::type;
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dswap.h13 #include <__type_traits/is_move_assignable.h>
30 using __swap_result_t = typename enable_if<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value>::type;
H A Dpair.h31 #include <__type_traits/is_move_assignable.h>
324 is_move_assignable<first_type>::value &&
325 is_move_assignable<second_type>::value,
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A Dtype_traits.h127 struct is_move_assignable { struct in namespace:llvm
/openbsd-current/gnu/lib/libcxx/
H A DMakefile719 __type_traits/is_move_assignable.h \
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h28 #include <__type_traits/is_move_assignable.h>

Completed in 103 milliseconds