From 77a69fbd6d14a4b5803026f8e437baac3e615192 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 6 Aug 2023 12:52:40 +0200 Subject: [PATCH] [skip ci] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab58497..898f14b 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ auto vec = p.get_object, std::string, std::string>(); An iterator loop as in the first example which returns objects would look like: ```cpp for (const student& s : p.iterate_object()) { -// ... + // ... } ``` And finally, using something I personally like to do, a struct (class) with a **`tied`** method which returns a tuple of references to to the members of the struct.