Home
last modified time | relevance | path

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

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