summaryrefslogtreecommitdiffhomepage
path: root/docs/cpque_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-03 22:05:40 +0100
committerTyge Løvset <[email protected]>2021-01-03 22:05:40 +0100
commit63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b (patch)
tree0771e0f384bb3236f17589246390ccece7a55f1f /docs/cpque_api.md
parente0fd5c7a7316fe0b874de5a116fbe7462f1e322c (diff)
downloadSTC-modified-63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b.tar.gz
STC-modified-63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b.zip
Moved pictures below header.
Diffstat (limited to 'docs/cpque_api.md')
-rw-r--r--docs/cpque_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpque_api.md b/docs/cpque_api.md
index 9fc0c7e1..c824e9f1 100644
--- a/docs/cpque_api.md
+++ b/docs/cpque_api.md
@@ -1,4 +1,4 @@
-# Container [cpque](../stc/cpque.h): Priority Queue
+# STC Container [cpque](../stc/cpque.h): Priority Queue
This describes the API of the priority queue type **cpque**. Implemented as a heap.
See [std::priority_queue](https://en.cppreference.com/w/cpp/container/priority_queue) for a similar c++ class.