diff options
Diffstat (limited to 'docs/cdeq_api.md')
| -rw-r--r-- | docs/cdeq_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cdeq_api.md b/docs/cdeq_api.md index 12c2ffaf..506e93bd 100644 --- a/docs/cdeq_api.md +++ b/docs/cdeq_api.md @@ -1,8 +1,8 @@ +# STC Container [cdeq](../stc/cdeq.h): Double Ended Queue (Deque)  -# Container [cdeq](../stc/cdeq.h): Double Ended Queue (Deque) A **cdeq** is an indexed sequence container that allows fast insertion and deletion at both its beginning and its end. -See [std::deque](https://en.cppreference.com/w/cpp/container/deque) for corresponding c++ documentation. +See [std::deque](https://en.cppreference.com/w/cpp/container/deque) for a similar c++ class. ## Declaration |
