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