update README

This commit is contained in:
ado 2021-02-27 21:32:10 +01:00
parent 520a2643c7
commit e62afbb8a5

View File

@ -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