diff options
| author | Tyge Løvset <[email protected]> | 2021-01-03 22:05:40 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-03 22:05:40 +0100 |
| commit | 63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b (patch) | |
| tree | 0771e0f384bb3236f17589246390ccece7a55f1f /docs/cdeq_api.md | |
| parent | e0fd5c7a7316fe0b874de5a116fbe7462f1e322c (diff) | |
| download | STC-modified-63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b.tar.gz STC-modified-63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b.zip | |
Moved pictures below header.
Diffstat (limited to 'docs/cdeq_api.md')
| -rw-r--r-- | docs/cdeq_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cdeq_api.md b/docs/cdeq_api.md index 12c2ffaf..506e93bd 100644 --- a/docs/cdeq_api.md +++ b/docs/cdeq_api.md @@ -1,8 +1,8 @@ +# STC Container [cdeq](../stc/cdeq.h): Double Ended Queue (Deque)  -# Container [cdeq](../stc/cdeq.h): Double Ended Queue (Deque) A **cdeq** is an indexed sequence container that allows fast insertion and deletion at both its beginning and its end. -See [std::deque](https://en.cppreference.com/w/cpp/container/deque) for corresponding c++ documentation. +See [std::deque](https://en.cppreference.com/w/cpp/container/deque) for a similar c++ class. ## Declaration |
