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/cvec_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/cvec_api.md')
| -rw-r--r-- | docs/cvec_api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md index 3afe7581..b3253935 100644 --- a/docs/cvec_api.md +++ b/docs/cvec_api.md @@ -1,6 +1,7 @@ # Container [cvec](../stc/cvec.h): Vector This describes the API of vector type **cvec**. +See [std::vector](https://en.cppreference.com/w/cpp/container/vector) for a similar c++ class. ## Declaration |
