summaryrefslogtreecommitdiffhomepage
path: root/docs/csset_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-03-30 23:42:03 +0200
committerTyge Løvset <[email protected]>2021-03-30 23:42:03 +0200
commit996286ceea95b8e7ee5a6acd9fa79875ba381f16 (patch)
tree5a07821cc76efc354201926a1352ee10199fb203 /docs/csset_api.md
parentf352471e79cbdad71409ad5a679d03cab9634d43 (diff)
downloadSTC-modified-996286ceea95b8e7ee5a6acd9fa79875ba381f16.tar.gz
STC-modified-996286ceea95b8e7ee5a6acd9fa79875ba381f16.zip
Moved cset and csset definitions to cset.h and csset.h. Updated docs.
Diffstat (limited to 'docs/csset_api.md')
-rw-r--r--docs/csset_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csset_api.md b/docs/csset_api.md
index fc425292..accc81d9 100644
--- a/docs/csset_api.md
+++ b/docs/csset_api.md
@@ -12,7 +12,7 @@ See the c++ class [std::set](https://en.cppreference.com/w/cpp/container/set) fo
using_csset(X, Key);
using_csset(X, Key, keyCompare);
-using_csset(X, Key, keyCompare, keyDel, keyClone);
+using_csset(X, Key, keyCompare, keyDel, keyClone = c_no_clone);
using_csset(X, Key, keyCompareRaw, keyDel, keyFromRaw, keyToRaw, RawKey);
using_csset_str(); // using_csset(str, cstr, ...)