Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Book
Class
Book
07.08-mapSortBooksByIsbn2/main.cpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#include <version>
8
9
struct Book {
10
std::string title;
11
std::string isbn;
12
};
13
14
struct Price {
15
double amount;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected