Searched defs:ThrowOnCopyFunc (Results 1 – 1 of 1) sorted by relevance
116 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