summaryrefslogtreecommitdiffhomepage
path: root/docs/csmap_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-04-08 14:44:43 +0200
committerTyge Løvset <[email protected]>2021-04-08 14:44:43 +0200
commitbb998d5bf71cd0e23b941150dc78a1504aacff80 (patch)
tree636bade767e2af71051b53cafb8dd73b3db2d9b3 /docs/csmap_api.md
parentad5474599828ec816274ef923f52397b7e18edfb (diff)
downloadSTC-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.md1
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);
```