diff options
| author | Tyge Løvset <[email protected]> | 2021-05-23 14:05:40 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-05-23 14:05:40 +0200 |
| commit | 771a8dff31b0c0a905c57ec6f590cd03975f8817 (patch) | |
| tree | ffc6d482d84cdc8ac5b7b8722f192ce023cc49c2 /docs/csview_api.md | |
| parent | 7472580ee0159d7164bf2a219c292cd060b904a2 (diff) | |
| download | STC-modified-771a8dff31b0c0a905c57ec6f590cd03975f8817.tar.gz STC-modified-771a8dff31b0c0a905c57ec6f590cd03975f8817.zip | |
Added csmap_find.c example.
Diffstat (limited to 'docs/csview_api.md')
| -rw-r--r-- | docs/csview_api.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/csview_api.md b/docs/csview_api.md index 8fd91ed5..16d59eae 100644 --- a/docs/csview_api.md +++ b/docs/csview_api.md @@ -93,8 +93,12 @@ uint64_t csview_hash_ref(const csview* x, size_t ignored); | `c_lit(literal)` | csview constructor | `sview = c_lit("hello, world");` | | `csview_ARG(sv)` | printf argument | `printf("%.*s", csview_ARG(sv));` | -## Associative cstr-containers with csview emplace/lookup API +## cstr-containers with csview emplace/lookup API ``` +using_cvec_sv() +using_cdeq_sv() +using_clist_sv() + using_csmap_svkey(X, Mapped) using_csmap_svkey(X, Mapped, mappedDel) using_csmap_svkey(X, Mapped, mappedDel, mappedClone) |
