We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c804956 commit e4923bfCopy full SHA for e4923bf
README.md
@@ -5,7 +5,7 @@ These are the most useful operations.
5
- `.sort_by_field<col_idx>()` sort all columns in tandem based on particular column
6
- `.operator()[row_idx]` read data out as tuple of references
7
- `.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
+- `.view<col_idx1, col_idx2, ...>(row_idx)` read subset of the fields out as a tuple of references
9
10
Code Example (scratch.cpp)
11
------------------------
0 commit comments