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 9d22af6 commit d306698Copy full SHA for d306698
types/README.md
@@ -1,8 +1,8 @@
1
# Types
2
3
* [`fundamental`](fundamental): fundamental column types
4
- * [`optional`](optional): `std::optional` with different element types
5
* [`multiset`](multiset): `std::multiset` with all `[Split]Index{32,64}` column types
+ * [`optional`](optional): `std::optional` with different element types
6
* [`set`](set): `std::set` with all `[Split]Index{32,64}` column types
7
* [`string`](string): `std::string` with all `[Split]Index{32,64}` column types
8
* [`unique_ptr`](unique_ptr): `std::unique_ptr` with different element types
0 commit comments