MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / price

Method price

05.19-stdFmtFormattingShares0/main.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 auto name() const { return mName; }
24 auto price() const { return mPrice; }
25 auto priceDelta() const { return mPriceDelta; }
26};
27

Callers 2

WithStdFormatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected