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

Function GetShares

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

Source from the content-addressed store, hash-verified

26};
27
28std::vector<Share> GetShares()
29{
30 return {{"Apple", 119.26, 23.4},
31 {"Alphabet", 1'777.02, -10.21},
32 {"Facebook", 276.95, 5.32},
33 {"Tesla", 408.5, -31.5}};
34}
35
36void WithStdFormat()
37{

Callers 2

WithStdFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected