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 bab9d66 commit 934e620Copy full SHA for 934e620
README.md
@@ -1,8 +1,9 @@
1
# vapid soa
2
A simple header only library that implements structure of arrays data structure backed by std::vector.
3
These are the most useful operations.
4
+- `.insert(field1, field2, ...)` field_n inserts into the nth array
5
- `.sort_by_field<col_idx>()` sort all columns in tandem based on particular column
-- `operator[row_idx]` read data out as tuple of references
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
9
0 commit comments