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

Function g

tests/p1143Test.cpp:3–3  ·  view source on GitHub ↗

cmdline:-std=c++2a example taken from the standard

Source from the content-addressed store, hash-verified

1// cmdline:-std=c++2a
2// example taken from the standard
3const char *g() { return "dynamic initialization"; }
4constexpr const char *f(bool p) { return p ? "constant initializer" : g(); }
5
6

Callers 1

fFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected