summaryrefslogtreecommitdiffhomepage
path: root/docs/cqueue_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/cqueue_api.md
parent188717d9c7ca04e7b0e63e48cea0c55e5db11f05 (diff)
downloadSTC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.tar.gz
STC-modified-28e5ceaad30cd9b68d6a4276bdc64ea1306f3776.zip
Updated links to header files in docs.
Diffstat (limited to 'docs/cqueue_api.md')
-rw-r--r--docs/cqueue_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md
index ab8c752b..8bd9f15e 100644
--- a/docs/cqueue_api.md
+++ b/docs/cqueue_api.md
@@ -1,4 +1,4 @@
-# STC [cqueue](../stc/cqueue.h): Queue
+# STC [cqueue](../include/stc/cqueue.h): Queue
![Queue](pics/queue.jpg)
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.