Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Foo
Function
Foo
tests/NoexceptExpr2Test.cpp:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
void Foo() noexcept(false)
2
{
3
}
4
5
// ConditionalOperator
6
void Bar() noexcept(true ? false : true){}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected