diff options
| author | Tyge Løvset <[email protected]> | 2021-09-23 08:13:46 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-23 08:13:46 +0200 |
| commit | 7b5ad58d20dcf3561662a294183fceab0d0ee73c (patch) | |
| tree | 6a3dec1ac0f65a886c1287c1468bb1bf705d92f0 /docs/cvec_api.md | |
| parent | 6b0cee466ec405a8b8051da56fc63ed3e2930846 (diff) | |
| download | STC-modified-7b5ad58d20dcf3561662a294183fceab0d0ee73c.tar.gz STC-modified-7b5ad58d20dcf3561662a294183fceab0d0ee73c.zip | |
Some more documentation in README.md.
Added support for i_del template arg/define for destroy function. For maps, i_keydel / i_valdel is still required and error is given if i_del is defined.
Diffstat (limited to 'docs/cvec_api.md')
| -rw-r--r-- | docs/cvec_api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md index 294d3a59..3b1ff265 100644 --- a/docs/cvec_api.md +++ b/docs/cvec_api.md @@ -23,6 +23,8 @@ See the c++ class [std::vector](https://en.cppreference.com/w/cpp/container/vect ``` `X` should be replaced by the value of `i_tag` in all of the following documentation. +`i_del` may be defined instead of `i_valdel` (or `i_keydel`) for all non-map containers. + ## Methods ```c |
