From f8673fa5250d47789c3d66b52aacd1be65ced619 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Fri, 17 Sep 2021 20:10:35 +0200 Subject: Added back (carr3) carray3 in demos.c. --- docs/csmap_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3