summaryrefslogtreecommitdiffhomepage
path: root/docs/cdeq_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-01 12:54:58 +0100
committerGitHub <[email protected]>2021-01-01 12:54:58 +0100
commita41b75f1f9c92a6e3844baa3a4f213fd1da9c60d (patch)
tree13e31095668f22676535bec437968c273e36583e /docs/cdeq_api.md
parent778deca2627b3ec3226fb1ad4e73079f89d27708 (diff)
downloadSTC-modified-a41b75f1f9c92a6e3844baa3a4f213fd1da9c60d.tar.gz
STC-modified-a41b75f1f9c92a6e3844baa3a4f213fd1da9c60d.zip
Update cdeq_api.md
Diffstat (limited to 'docs/cdeq_api.md')
-rw-r--r--docs/cdeq_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cdeq_api.md b/docs/cdeq_api.md
index 55cb0085..eebdd155 100644
--- a/docs/cdeq_api.md
+++ b/docs/cdeq_api.md
@@ -1,7 +1,7 @@
![Deque](deque.jpg)
# Container [cdeq](../stc/cdeq.h): Double Ended Queue (Deque)
-This describes the API of deque type **cdeq**.
+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.
## Declaration