MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / main

Function main

13-Multithreading/code/exception_ptr.cpp:36–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36int main()
37{
38 try {
39 Watch();
40 }
41 catch (const std::runtime_error& error) {
42 std::cout << error.what();
43 }
44
45 return 0;
46}

Callers

nothing calls this directly

Calls 1

WatchFunction · 0.85

Tested by

no test coverage detected