Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ withNoexceptTrue
Function
withNoexceptTrue
tests/Issue369_2.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
const void withNoexceptTrue(){
12
static foo value = []() noexcept(true) {return foo();}();
13
}
14
15
16
struct buh { };
Callers
nothing calls this directly
Calls
1
foo
Class · 0.70
Tested by
no test coverage detected