summaryrefslogtreecommitdiffhomepage
path: root/docs/cdeq_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-05-20 23:43:00 +0200
committerTyge Løvset <[email protected]>2021-05-20 23:43:00 +0200
commit28e5ceaad30cd9b68d6a4276bdc64ea1306f3776 (patch)
tree225e7eeedf7c58dee7db5e6d5a8235b644fa8ea2 /docs/cdeq_api.md
parent188717d9c7ca04e7b0e63e48cea0c55e5db11f05 (diff)
downloadSTC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.tar.gz
STC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.zip
Updated links to header files in docs.
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 35fa8cb3..a6ff97c2 100644
--- a/docs/cdeq_api.md
+++ b/docs/cdeq_api.md
@@ -1,4 +1,4 @@
-# STC [cdeq](../stc/cdeq.h): Double Ended Queue
+# STC [cdeq](../include/stc/cdeq.h): Double Ended Queue
![Deque](pics/deque.jpg)
A **cdeq** is an indexed sequence container that allows fast insertion and deletion at both its beginning and its end. Note that this container is implemented similar to a vector, but has the same performance profile for both *push_back()* and *push_front()* as *cdeq_X_push_back()*. Iterators may be invalidated after push-operations.