summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-17 20:10:35 +0200
committerTyge Løvset <[email protected]>2021-09-17 20:10:35 +0200
commitf8673fa5250d47789c3d66b52aacd1be65ced619 (patch)
tree4520443ce0abd4863e6ed1c639667011cbf6360c /docs
parent0d252463192cf3391d9c41e47574a560b7377bee (diff)
downloadSTC-modified-f8673fa5250d47789c3d66b52aacd1be65ced619.tar.gz
STC-modified-f8673fa5250d47789c3d66b52aacd1be65ced619.zip
Added back (carr3) carray3 in demos.c.
Diffstat (limited to 'docs')
-rw-r--r--docs/csmap_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/csmap_api.md b/docs/csmap_api.md
index 338758ce..143da587 100644
--- a/docs/csmap_api.md
+++ b/docs/csmap_api.md
@@ -16,8 +16,8 @@ See the c++ class [std::map](https://en.cppreference.com/w/cpp/container/map) fo
```c
#define i_tag // defaults to i_key name
-#define i_key // value: REQUIRED
-#define i_val // key: REQUIRED
+#define i_key // key: REQUIRED
+#define i_val // value: REQUIRED
#define i_cmp // three-way compare two i_keyraw* : REQUIRED IF i_keyraw is a non-integral type
#define i_keyraw // convertion "raw" type - defaults to i_key
#define i_keyfrom // convertion func i_keyraw => i_key - defaults to plain copy