Searched refs:NotSwappable (Results 1 – 2 of 2) sorted by relevance
252 class NotSwappable {253 NotSwappable(NotSwappable&&) = delete;257 using value_type = NotSwappable;262 NotSwappable& operator*() const;
29 struct NotSwappable {}; struct30 void swap(NotSwappable &, NotSwappable &) = delete;492 using V = std::variant<int, NotSwappable>; in test_swap_sfinae()572 using V = std::variant<int, NotSwappable>; in test_swap_noexcept()583 template class std::variant<int, NotSwappable>;