Searched refs:move_constructible (Results 1 – 8 of 8) sorted by relevance
19 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 …]
41 concept move_constructible = variable47 move_constructible<_Tp> &&
31 move_constructible<_Tp> &&
58 move_constructible<_Tp> &&
74 // [concept.moveconstructible], concept move_constructible76 concept move_constructible = see below;
229 static_assert(std::move_constructible<swap_type>);
35 move_constructible<iter_value_t<_Iter>>;
146 "`2899 <https://wg21.link/LWG2899>`__","``is_(nothrow_)move_constructible``\ and ``tuple``\ , ``op…