MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Fun

Function Fun

docs/cmdl-examples/edu-show-noexcept.cpp:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1void Fun() noexcept(true)
2{
3 int i = 3;
4}
5
6void Fun2() noexcept(false)
7{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected