diff options
| author | Tyge Løvset <[email protected]> | 2023-01-04 16:33:52 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-01-04 16:33:52 +0100 |
| commit | 41c8dfe25d9ef785c3b8a9f00f042a61669af7e6 (patch) | |
| tree | 6a996716e1421533b04bd5c7d889298fec531c35 /docs/csset_api.md | |
| parent | bb754d1e0e728c6b0f41efff16e512af04a0b3b8 (diff) | |
| download | STC-modified-41c8dfe25d9ef785c3b8a9f00f042a61669af7e6.tar.gz STC-modified-41c8dfe25d9ef785c3b8a9f00f042a61669af7e6.zip | |
Improved a few examples.
Diffstat (limited to 'docs/csset_api.md')
| -rw-r--r-- | docs/csset_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csset_api.md b/docs/csset_api.md index 5b833af5..e242b8e4 100644 --- a/docs/csset_api.md +++ b/docs/csset_api.md @@ -18,7 +18,7 @@ See the c++ class [std::set](https://en.cppreference.com/w/cpp/container/set) fo #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 -#define i_cmp_functor // advanced, see examples/cpque.c for similar usage. +#define i_cmp_functor // advanced, see examples/functor.c for similar usage. #define i_tag // alternative typename: csset_{i_tag}. i_tag defaults to i_val #include <stc/csset.h> ``` |
