diff options
| author | Tyge Løvset <[email protected]> | 2021-04-08 14:44:43 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-04-08 14:44:43 +0200 |
| commit | bb998d5bf71cd0e23b941150dc78a1504aacff80 (patch) | |
| tree | 636bade767e2af71051b53cafb8dd73b3db2d9b3 /docs/csmap_api.md | |
| parent | ad5474599828ec816274ef923f52397b7e18edfb (diff) | |
| download | STC-modified-bb998d5bf71cd0e23b941150dc78a1504aacff80.tar.gz STC-modified-bb998d5bf71cd0e23b941150dc78a1504aacff80.zip | |
Big change set to simplify the internal templating implementations. Shorter and more readable code.
Removed C_X_itval() as they are no longer needed. API is to use *it.ref
Diffstat (limited to 'docs/csmap_api.md')
| -rw-r--r-- | docs/csmap_api.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/csmap_api.md b/docs/csmap_api.md index dcde885f..a8912463 100644 --- a/docs/csmap_api.md +++ b/docs/csmap_api.md @@ -70,7 +70,6 @@ csmap_X_iter_t csmap_X_erase_at(csmap_X* self, csmap_X_iter_t pos); csmap_X_iter_t csmap_X_begin(const csmap_X* self); csmap_X_iter_t csmap_X_end(const csmap_X* self); void csmap_X_next(csmap_X_iter_t* it); -csmap_X_mapped_t* csmap_X_itval(csmap_X_iter_t it); csmap_X_value_t csmap_X_value_clone(csmap_X_value_t val); ``` |
