diff options
| author | Tyge Løvset <[email protected]> | 2021-01-24 00:01:27 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-24 00:01:27 +0100 |
| commit | dcf8d43f14d7116561957089192451b9ac832872 (patch) | |
| tree | 04182abf9f7988d965998db062a35bbde3d22899 /docs/cqueue_api.md | |
| parent | 5fbc99f7004f3b8a1634cc9dc35199542126da63 (diff) | |
| download | STC-modified-dcf8d43f14d7116561957089192451b9ac832872.tar.gz STC-modified-dcf8d43f14d7116561957089192451b9ac832872.zip | |
Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not cvec_inits.
Improved docs.
Diffstat (limited to 'docs/cqueue_api.md')
| -rw-r--r-- | docs/cqueue_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md index 7a225e92..fee5bee4 100644 --- a/docs/cqueue_api.md +++ b/docs/cqueue_api.md @@ -1,4 +1,4 @@ -# STC Container [cqueue](../stc/cqueue.h): Queue +# STC [cqueue](../stc/cqueue.h): Queue  The **cqueue** is container adapter that gives the programmer the functionality of a queue - specifically, a FIFO (first-in, first-out) data structure. The class template acts as a wrapper to the underlying container - only a specific set of functions is provided. The queue pushes the elements on the back of the underlying container and pops them from the front. |
