summaryrefslogtreecommitdiffhomepage
path: root/docs/cpque_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-21 20:49:22 +0200
committerTyge Løvset <[email protected]>2021-09-21 20:49:22 +0200
commitfbfb57d46e4d042c2c5ae1c5a56dad00660d3e3b (patch)
tree31dea2b7af4298d211b99e50b903be5f39ddebfb /docs/cpque_api.md
parent32a3454eb463f86d7ace7b29c2e1574530499afc (diff)
downloadSTC-modified-fbfb57d46e4d042c2c5ae1c5a56dad00660d3e3b.tar.gz
STC-modified-fbfb57d46e4d042c2c5ae1c5a56dad00660d3e3b.zip
Added copy(self, other) function to all containers. Fixed some docs.
Diffstat (limited to 'docs/cpque_api.md')
-rw-r--r--docs/cpque_api.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cpque_api.md b/docs/cpque_api.md
index fd2c334e..0a4f7412 100644
--- a/docs/cpque_api.md
+++ b/docs/cpque_api.md
@@ -17,7 +17,7 @@ See the c++ class [std::priority_queue](https://en.cppreference.com/w/cpp/contai
#define i_valdel // destroy value func - defaults to empty destruct
#include <stc/cpque.h>
```
-`X` should be replaced by the value of ***i_tag*** in all of the following documentation.
+`X` should be replaced by the value of `i_tag` in all of the following documentation.
## Methods
@@ -26,6 +26,7 @@ cpque_X cpque_X_init(void);
cpque_X cpque_X_clone(cpque_X pq);
void cpque_X_clear(cpque_X* self);
+void cpque_X_copy(cpque_X* self, cpque_X other);
void cpque_X_make_heap(cpque_X* self);
void cpque_X_del(cpque_X* self); // destructor