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

Method name

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

Source from the content-addressed store, hash-verified

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

Callers 11

WithPrintfFunction · 0.80
WithIostreamAdvancedFunction · 0.80
main.cppFile · 0.80
WithStdFormatFunction · 0.80
formatMethod · 0.80
mainFunction · 0.80
formatMethod · 0.80
mainFunction · 0.80
formatMethod · 0.80
WithStdFormatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected