Searched refs:ImplicitlyDeletedMoveCtor (Results 1 – 6 of 6) sorted by relevance
55 static_assert(!std::move_constructible<ImplicitlyDeletedMoveCtor>);63 static_assert(std::move_constructible<ImplicitlyDeletedMoveCtor&>);64 static_assert(std::move_constructible<ImplicitlyDeletedMoveCtor&&>);65 static_assert(std::move_constructible<const ImplicitlyDeletedMoveCtor&>);66 static_assert(std::move_constructible<const ImplicitlyDeletedMoveCtor&&>);
49 static_assert(!std::copy_constructible<ImplicitlyDeletedMoveCtor>);55 static_assert(std::copy_constructible<ImplicitlyDeletedMoveCtor&>);56 static_assert(std::copy_constructible<const ImplicitlyDeletedMoveCtor&>);74 static_assert(!std::copy_constructible<ImplicitlyDeletedMoveCtor&&>);75 static_assert(!std::copy_constructible<const ImplicitlyDeletedMoveCtor&&>);
34 struct ImplicitlyDeletedMoveCtor { struct
97 static_assert(!std::movable<ImplicitlyDeletedMoveCtor>);
636 static_assert(!check_swappable_with<ImplicitlyDeletedMoveCtor,637 ImplicitlyDeletedMoveCtor>());
220 static_assert(!std::swappable<ImplicitlyDeletedMoveCtor>);