diff options
| author | Tyge Løvset <[email protected]> | 2020-12-31 12:31:31 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-12-31 12:31:31 +0100 |
| commit | de498e1649d1f57d4d79f81f47157ee3513ce122 (patch) | |
| tree | 481e09de4041a76c68fb38940399cbc1b728dcbe /docs/cstack_api.md | |
| parent | eb77562a0d74062cd046bdca45d937360c96697c (diff) | |
| download | STC-modified-de498e1649d1f57d4d79f81f47157ee3513ce122.tar.gz STC-modified-de498e1649d1f57d4d79f81f47157ee3513ce122.zip | |
Added links to documentation of similar C++ classes.
Diffstat (limited to 'docs/cstack_api.md')
| -rw-r--r-- | docs/cstack_api.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cstack_api.md b/docs/cstack_api.md index bf707d83..7f0c1636 100644 --- a/docs/cstack_api.md +++ b/docs/cstack_api.md @@ -1,6 +1,7 @@ # Container [cstack](../stc/cstack.h): Stack -This describes the API of the queue type **cstack**. +This describes the API of the stack type **cstack**. +See [std::stack](https://en.cppreference.com/w/cpp/container/stack) for a similar c++ class. ## Declaration |
