Skip to content

Commit e4923bf

Browse files
authored
Update README.md
1 parent c804956 commit e4923bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ These are the most useful operations.
55
- `.sort_by_field<col_idx>()` sort all columns in tandem based on particular column
66
- `.operator()[row_idx]` read data out as tuple of references
77
- `.get_column<col_idx>()` direct access to underlying std::vector column
8-
- `.view<col_idx1, col_idx2, ...>()` read subset of the columns out as a tuple of references
8+
- `.view<col_idx1, col_idx2, ...>(row_idx)` read subset of the fields out as a tuple of references
99

1010
Code Example (scratch.cpp)
1111
------------------------

0 commit comments

Comments
 (0)