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

Function no_throw

code/8/8.1.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 may_throw();
16};
17void no_throw() noexcept {
18 return;
19}
20
21auto block_throw = []() noexcept {
22 no_throw();

Callers 2

8.1.cppFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected