Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/NoexceptExprTest.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
int main()
21
{
22
printf(
"Foo: %d\n"
, noexcept(Foo()));
23
printf(
"Bar: %d\n"
, noexcept(Bar()));
24
}
Callers
nothing calls this directly
Calls
2
Foo
Function · 0.70
Bar
Function · 0.70
Tested by
no test coverage detected