MCPcopy 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

23Human human{5}; // #B Create global human object
24
25Human::Human(int breath)
26{
27 air.Consume(breath); // #C Depends on air
28}
29
30void Show()
31{

Callers

nothing calls this directly

Calls 1

ConsumeMethod · 0.45

Tested by

no test coverage detected