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

Class Book

03.15-rangesProjection0/main.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9int main()
10{
11 struct Book {
12 std::string title;
13 std::string isbn;
14 };
15
16 std::vector<Book> books{
17 {"Functional Programming in C++", "978-3-20-148410-0"},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected