Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
void may_throw() {
12
throw true;
13
}
14
auto non_block_throw = []{
15
may_throw();
16
};
Callers
2
8.1.cpp
File · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected