diff options
| author | Tyge Løvset <[email protected]> | 2021-01-03 22:24:16 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-03 22:24:16 +0100 |
| commit | a5207f9968504a52f3c815e060403a48a9f5a734 (patch) | |
| tree | 91a9d051469e4e17ef8bb62f7812f50971153378 /docs/cpque_api.md | |
| parent | 63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b (diff) | |
| download | STC-modified-a5207f9968504a52f3c815e060403a48a9f5a734.tar.gz STC-modified-a5207f9968504a52f3c815e060403a48a9f5a734.zip | |
Fixed errors in documentations.
Diffstat (limited to 'docs/cpque_api.md')
| -rw-r--r-- | docs/cpque_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpque_api.md b/docs/cpque_api.md index c824e9f1..ab9e8117 100644 --- a/docs/cpque_api.md +++ b/docs/cpque_api.md @@ -1,6 +1,6 @@ # STC Container [cpque](../stc/cpque.h): Priority Queue -This describes the API of the priority queue type **cpque**. Implemented as a heap. +This describes the API of the priority queue type **cpque**. It is implemented as a heap. See [std::priority_queue](https://en.cppreference.com/w/cpp/container/priority_queue) for a similar c++ class. ## Declaration |
