Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
17
void no_throw() noexcept {
18
return;
19
}
20
21
auto block_throw = []() noexcept {
22
no_throw();
Callers
2
8.1.cpp
File · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected