Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/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() function
119 void operator()() const {} in main()