From e62afbb8a5ea0022dc5f6cda0905ea79855054e0 Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 27 Feb 2021 21:32:10 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 323c0e8..7a601bd 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ output: "Heath" Gates 65 3.3' ``` -## Special types +## Special types Passing **void** makes the parser ignore a column. In the given example **void** could be given as the second template parameter to ignore the second (age) column in the csv, a tuple of only 2 parameters would be retuned: ```cpp