Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
const char *g() { return
"dynamic initialization"
; }
4
constexpr const char *f(bool p) { return p ?
"constant initializer"
: g(); }
5
6
Callers
1
f
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected