Searched refs:NotCopyable (Results 1 – 1 of 1) sorted by relevance
32 struct NotCopyable { struct33 NotCopyable() = default;34 NotCopyable(const NotCopyable &) = delete;35 NotCopyable &operator=(const NotCopyable &) = delete;497 using V = std::variant<int, NotCopyable>; in test_swap_sfinae()