diff options
| author | tylov <[email protected]> | 2023-08-11 22:43:59 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-08-11 22:43:59 +0200 |
| commit | 31ba4b2a36dee10b7e5d58561a2c0291cff6faeb (patch) | |
| tree | 28c56e41c5d3534dc12821d407f4ff808b766cac /docs/cbox_api.md | |
| parent | 0c29a8413619870f23682b74c032137e81db17e2 (diff) | |
| download | STC-modified-31ba4b2a36dee10b7e5d58561a2c0291cff6faeb.tar.gz STC-modified-31ba4b2a36dee10b7e5d58561a2c0291cff6faeb.zip | |
Finalized converting to i_use_cmp (vs i_no_cmp)
Diffstat (limited to 'docs/cbox_api.md')
| -rw-r--r-- | docs/cbox_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cbox_api.md b/docs/cbox_api.md index c683d9ef..7d25aed8 100644 --- a/docs/cbox_api.md +++ b/docs/cbox_api.md @@ -34,7 +34,7 @@ See similar c++ class [std::unique_ptr](https://en.cppreference.com/w/cpp/memory #include <stc/cbox.h> ``` `X` should be replaced by the value of `i_tag` in all of the following documentation. -Define `i_opt` with `c_no_cmp` if comparison between i_key's is not needed/available. Will then +Unless `c_use_cmp` is defined, comparison between i_key's is not needed/available. Will then compare the pointer addresses when used. Additionally, `c_no_clone` or `i_is_fwd` may be defined. ## Methods |
