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

Class Book

03.17-rangesProjection1/main.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected