Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Human
Method
Human
12.23-constexprStaticInitFiasco0/main.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
Human human{5}; // #B Create global human object
24
25
Human::Human(int breath)
26
{
27
air.Consume(breath); // #C Depends on air
28
}
29
30
void Show()
31
{
Callers
nothing calls this directly
Calls
1
Consume
Method · 0.45
Tested by
no test coverage detected