diff options
| author | Tyge Løvset <[email protected]> | 2021-01-01 12:52:23 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-01 12:52:23 +0100 |
| commit | 778deca2627b3ec3226fb1ad4e73079f89d27708 (patch) | |
| tree | 77b0e69a5b189ffdd538edc63ff8241b53e70604 /docs/cvec_api.md | |
| parent | 88c44ec89f23df7e1666d0aca1696779f12f0a61 (diff) | |
| download | STC-modified-778deca2627b3ec3226fb1ad4e73079f89d27708.tar.gz STC-modified-778deca2627b3ec3226fb1ad4e73079f89d27708.zip | |
Update cvec_api.md
Diffstat (limited to 'docs/cvec_api.md')
| -rw-r--r-- | docs/cvec_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md index 4ff841d6..d3b1aff7 100644 --- a/docs/cvec_api.md +++ b/docs/cvec_api.md @@ -1,7 +1,7 @@  # Container [cvec](../stc/cvec.h): Vector -This describes the API of vector type **cvec**. +A **cvec** is a sequence container that encapsulates dynamic size arrays. See [std::vector](https://en.cppreference.com/w/cpp/container/vector) for a similar c++ class. ## Declaration @@ -175,4 +175,4 @@ Jake item: Mary item: Jake item: 2 elements so far -```
\ No newline at end of file +``` |
