summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-19 11:35:35 +0100
committerTyge Løvset <[email protected]>2021-01-19 11:35:35 +0100
commit7fa5cd3a4092991268276259fa07fda2bb12cfc1 (patch)
tree14505201ef8303f55c7abc7114e8baf59afa399e /docs
parentfcc903e2b56301a5f8fa7a66921f23cbc06cd827 (diff)
downloadSTC-modified-7fa5cd3a4092991268276259fa07fda2bb12cfc1.tar.gz
STC-modified-7fa5cd3a4092991268276259fa07fda2bb12cfc1.zip
Switched template argument sequence for csmap. keyCompare always no. 3.
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 b34bff37..907c379a 100644
--- a/docs/csmap_api.md
+++ b/docs/csmap_api.md
@@ -7,9 +7,9 @@ See [std::map](https://en.cppreference.com/w/cpp/container/map) for a similar c+
## Declaration
```c
-#define using_csmap(X, Key, Mapped, mappedDestroy=c_default_del,
+#define using_csmap(X, Key, Mapped, keyCompareRaw=c_default_compare,
+ mappedDestroy=c_default_del,
mappedClone=c_default_clone,
- keyCompareRaw=c_default_compare,
keyDestroy=c_default_del,
keyFromRaw=c_default_clone,
keyToRaw=c_default_to_raw,