Searched refs:NotCopyableWithSwap (Results 1 – 1 of 1) sorted by relevance
45 struct NotCopyableWithSwap { struct46 NotCopyableWithSwap() = default;47 NotCopyableWithSwap(const NotCopyableWithSwap &) = delete;48 NotCopyableWithSwap &operator=(const NotCopyableWithSwap &) = delete;50 void swap(NotCopyableWithSwap &, NotCopyableWithSwap) {} in swap() argument509 using V = std::variant<int, NotCopyableWithSwap>; in test_swap_sfinae()