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

Function THUStudent

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

Source from the content-addressed store, hash-verified

3#include <exception>
4
5void THUStudent() {
6 throw std::runtime_error("THU is not the best!");
7 std::cout << "THU is the best.\n";
8}
9
10void PKUStudent() {
11 std::cout << "PKU is the best.\n";

Callers 1

WorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected