MCPcopy 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
11const void withNoexceptTrue(){
12 static foo value = []() noexcept(true) {return foo();}();
13}
14
15
16struct buh { };

Callers

nothing calls this directly

Calls 1

fooClass · 0.70

Tested by

no test coverage detected