MCPcopy Create free account
hub / github.com/changkun/modern-cpp-tutorial / may_throw

Function may_throw

code/8/8.1.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <iostream>
10
11void may_throw() {
12 throw true;
13}
14auto non_block_throw = []{
15 may_throw();
16};

Callers 2

8.1.cppFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected