Searched defs:ThrowOnCopyFunc (Results 1 – 1 of 1) sorted by relevance
116 struct ThrowOnCopyFunc { in main() struct118 ThrowOnCopyFunc(const ThrowOnCopyFunc&) { throw Exception{std::this_thread::get_id()}; } in main() function119 void operator()() const {} in main()