MCPcopy Create free account
hub / github.com/boostorg/leaf / what

Method what

test/print_test.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85struct my_exception: std::exception
86{
87 char const * what() const noexcept override { return "my_exception what"; }
88};
89
90int main()

Callers 9

throw_exceptionFunction · 0.45
throw_exceptionFunction · 0.45
throw_exceptionFunction · 0.45
throw_exceptionFunction · 0.45
throw_exceptionFunction · 0.45
throw_exceptionFunction · 0.45
throw_exceptionFunction · 0.45
mainFunction · 0.45
throw_exceptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected