diff options
| author | tylov <[email protected]> | 2023-07-27 12:50:11 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-07-27 12:50:11 +0200 |
| commit | c5e7742523c09520f1186458a574ef816f089821 (patch) | |
| tree | b7213977b586b2ae41eb592cd5d9863b7e58705a /docs/cqueue_api.md | |
| parent | d7fba27af452de2d709767e615fa2e90d6b3a391 (diff) | |
| download | STC-modified-c5e7742523c09520f1186458a574ef816f089821.tar.gz STC-modified-c5e7742523c09520f1186458a574ef816f089821.zip | |
Added docs for "pull" functions.
Diffstat (limited to 'docs/cqueue_api.md')
| -rw-r--r-- | docs/cqueue_api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md index 1834baf9..ba4411b7 100644 --- a/docs/cqueue_api.md +++ b/docs/cqueue_api.md @@ -45,6 +45,7 @@ cqueue_X_value* cqueue_X_back(const cqueue_X* self); cqueue_X_value* cqueue_X_push(cqueue_X* self, i_key value); cqueue_X_value* cqueue_X_emplace(cqueue_X* self, i_keyraw raw); void cqueue_X_pop(cqueue_X* self); +cqueue_X_value cqueue_X_pull(cqueue_X* self); // move out last element cqueue_X_iter cqueue_X_begin(const cqueue_X* self); cqueue_X_iter cqueue_X_end(const cqueue_X* self); |
