MCPcopy 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
18struct Human {
19 Human(int breath);
20};
21
22Air air{9}; // #A Create global air object
23Human human{5}; // #B Create global human object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected