diff options
| author | Tyge Løvset <[email protected]> | 2022-05-02 00:02:13 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-05-02 00:02:13 +0200 |
| commit | ed1af86a761ab0f68ee960905b5886cdc62f4e7f (patch) | |
| tree | f6ec758afe3ba12e5829c147c30ab86625890329 /docs/cset_api.md | |
| parent | 96e9ed4ae8e191f071c40fce11f3899fc0fb5db3 (diff) | |
| download | STC-modified-ed1af86a761ab0f68ee960905b5886cdc62f4e7f.tar.gz STC-modified-ed1af86a761ab0f68ee960905b5886cdc62f4e7f.zip | |
A few more docs bugs fixed.
Diffstat (limited to 'docs/cset_api.md')
| -rw-r--r-- | docs/cset_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cset_api.md b/docs/cset_api.md index a5067b3b..1e361799 100644 --- a/docs/cset_api.md +++ b/docs/cset_api.md @@ -10,7 +10,7 @@ A **cset** is an associative container that contains a set of unique objects of #define i_key // hash key: REQUIRED.
#define i_hash // hash func: REQUIRED IF i_keyraw is a non-pod type.
#define i_eq // equality comparison two i_keyraw*: !i_cmp will be used if not defined.
-#define i_valdrop // destroy key func - defaults to empty destruct
+#define i_keydrop // destroy key func - defaults to empty destruct
#define i_keyraw // convertion "raw" type - defaults to i_key
#define i_keyfrom // convertion func i_keyraw => i_key - defaults to plain copy
#define i_keyto // convertion func i_key* => i_keyraw - defaults to plain copy
|
