Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp30 struct NotCopyable { struct
31 NotCopyable() = default;
32 NotCopyable(const NotCopyable&) = delete;
33 NotCopyable& operator=(const NotCopyable&) = delete;
503 using V = std::variant<int, NotCopyable>; in test_swap_sfinae()