Home
last modified time | relevance | path

Searched refs:move_constructible (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Dconstructible.h39 concept move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>; variable
45 move_constructible<_Tp> &&
H A Dmovable.h29 concept movable = is_object_v<_Tp> && move_constructible<_Tp> && assignable_from<_Tp&, _Tp> && swap…
H A Dswappable.h69 …!__unqualified_swappable_with<_Tp&, _Tp&> && move_constructible<_Tp> && assignable_from<_Tp&, _Tp>;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dconcepts74 // [concept.moveconstructible], concept move_constructible
76 concept move_constructible = see below;
H A Dranges275 template<move_constructible T, semiregular Bound = unreachable_sentinel_t>
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h68 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 Drepeat_view.h73 template <move_constructible _Tp, semiregular _Bound = unreachable_sentinel_t>
135 template <move_constructible _Tp, semiregular _Bound>
H A Dsingle_view.h38 template <move_constructible _Tp>
H A Dmovable_box.h47 move_constructible<_Tp>
H A Delements_view.h59 concept __returnable_element = is_reference_v<_Tp> || move_constructible<tuple_element_t<_Np, _Tp>>;
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h46 …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 DStdSymbolMap.inc2202 SYMBOL(move_constructible, std::, <concepts>)