Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Human
Class
Human
12.23-constexprStaticInitFiasco0/main.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
};
17
18
struct Human {
19
Human(int breath);
20
};
21
22
Air air{9}; // #A Create global air object
23
Human human{5}; // #B Create global human object
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected