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

Class Magazine

07.13-mapSortBooksByIsbn4/main.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14struct Magazine {
15 std::string name;
16 std::string isbn;
17};
18
19struct Price {
20 double amount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected