Searched refs:move_constructible (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__concepts/ |
H A D | constructible.h | 39 concept move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>; variable 45 move_constructible<_Tp> &&
|
H A D | movable.h | 29 concept movable = is_object_v<_Tp> && move_constructible<_Tp> && assignable_from<_Tp&, _Tp> && swap…
|
H A D | swappable.h | 69 …!__unqualified_swappable_with<_Tp&, _Tp&> && move_constructible<_Tp> && assignable_from<_Tp&, _Tp>;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | concepts.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | concepts | 74 // [concept.moveconstructible], concept move_constructible 76 concept move_constructible = see below;
|
H A D | ranges | 275 template<move_constructible T, semiregular Bound = unreachable_sentinel_t>
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | transform_view.h | 68 template <input_range _View, move_constructible _Fn> 170 template <input_range _View, move_constructible _Fn> 332 template <input_range _View, move_constructible _Fn>
|
H A D | repeat_view.h | 73 template <move_constructible _Tp, semiregular _Bound = unreachable_sentinel_t> 135 template <move_constructible _Tp, semiregular _Bound>
|
H A D | single_view.h | 38 template <move_constructible _Tp>
|
H A D | movable_box.h | 47 move_constructible<_Tp>
|
H A D | elements_view.h | 59 concept __returnable_element = is_reference_v<_Tp> || move_constructible<tuple_element_t<_Np, _Tp>>;
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | common_iterator.h | 46 …constructible_from<iter_value_t<_Iter>, iter_reference_t<_Iter>> && move_constructible<iter_value_…
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2202 SYMBOL(move_constructible, std::, <concepts>)
|