Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/type_classification/
H A Dcopyable.h15 struct no_copy_constructor { struct
16 no_copy_constructor() = default;
18 no_copy_constructor(no_copy_constructor const&) = delete;
19 no_copy_constructor(no_copy_constructor&&) = default;
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.object/
H A Dsemiregular.compile.pass.cpp98 static_assert(!std::semiregular<no_copy_constructor>);
115 static_assert(!std::semiregular<no_copy_constructor>);
H A Dregular.compile.pass.cpp131 static_assert(!std::regular<no_copy_constructor>);
148 static_assert(!std::regular<no_copy_constructor>);
H A Dcopyable.compile.pass.cpp99 static_assert(!std::copyable<no_copy_constructor>);