summaryrefslogtreecommitdiffhomepage
path: root/docs/cvec_api.md
diff options
context:
space:
mode:
authortylov <[email protected]>2023-08-10 22:32:02 +0200
committertylov <[email protected]>2023-08-10 22:32:02 +0200
commit2ea55509f1d3c7b438340ad37cf725e8438c7673 (patch)
tree539975c90da5fe20395adb4fe7627b787040daa5 /docs/cvec_api.md
parent97898812b4c0185db74fc5c94c7556ecef3fb1e3 (diff)
parentbe5651c9fc3d3ecd2d9d24e6e4763260ef86de41 (diff)
downloadSTC-modified-2ea55509f1d3c7b438340ad37cf725e8438c7673.tar.gz
STC-modified-2ea55509f1d3c7b438340ad37cf725e8438c7673.zip
Merge branch 'master' of https://github.com/stclib/STC
Diffstat (limited to 'docs/cvec_api.md')
-rw-r--r--docs/cvec_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md
index 3f827df6..8997ed51 100644
--- a/docs/cvec_api.md
+++ b/docs/cvec_api.md
@@ -15,7 +15,7 @@ See the c++ class [std::vector](https://en.cppreference.com/w/cpp/container/vect
#define i_type <t> // container type name
#define i_key <t> // element type: REQUIRED. Note: i_val* may be specified instead of i_key*.
#define i_cmp <f> // three-way compare two i_keyraw*
-#define i_cmp_native // define instead of i_cmp only when i_key is an integral/native-type.
+#define i_use_cmp // define instead of i_cmp only when i_key is an integral/native-type.
#define i_keydrop <f> // destroy value func - defaults to empty destruct
#define i_keyclone <f> // REQUIRED IF i_keydrop defined
@@ -224,4 +224,4 @@ int main(void) {
c_drop(UVec, &vec, &vec2); // cleanup
}
-``` \ No newline at end of file
+```