Home
last modified time | relevance | path

Searched defs:ThrowOnCopyFunc (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/thread/thread.jthread/
H A Dcons.func.token.pass.cpp116 struct ThrowOnCopyFunc { in main() struct
118 ThrowOnCopyFunc(const ThrowOnCopyFunc&) { throw Exception{std::this_thread::get_id()}; } in main() argument
119 operator ()main::ThrowOnCopyFunc main() argument