Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.moveconstructible/
H A Dmove_constructible.compile.pass.cpp19 static_assert(std::move_constructible<int>);
20 static_assert(std::move_constructible<int*>);
21 static_assert(std::move_constructible<int&>);
22 static_assert(std::move_constructible<int&&>);
23 static_assert(std::move_constructible<const int>);
24 static_assert(std::move_constructible<const int&>);
29 static_assert(std::move_constructible<int (*)()>);
30 static_assert(std::move_constructible<int (&)()>);
33 static_assert(std::move_constructible<MoveOnly>);
48 static_assert(!std::move_constructible<void>);
[all …]
/llvm-project-15.0.7/libcxx/include/__concepts/
H A Dconstructible.h41 concept move_constructible = variable
47 move_constructible<_Tp> &&
H A Dmovable.h31 move_constructible<_Tp> &&
H A Dswappable.h58 move_constructible<_Tp> &&
/llvm-project-15.0.7/libcxx/include/
H A Dconcepts74 // [concept.moveconstructible], concept move_constructible
76 concept move_constructible = see below;
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable.pass.cpp229 static_assert(std::move_constructible<swap_type>);
/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dcommon_iterator.h35 move_constructible<iter_value_t<_Iter>>;
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Issues.csv146 "`2899 <https://wg21.link/LWG2899>`__","``is_(nothrow_)move_constructible``\ and ``tuple``\ , ``op…