Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp36 struct NotSwappable {}; struct
37 void swap(NotSwappable &, NotSwappable &) = delete;
499 using V = std::variant<int, NotSwappable>; in test_swap_sfinae()
579 using V = std::variant<int, NotSwappable>; in test_swap_noexcept()
590 template class std::variant<int, NotSwappable>;