From b16aa1db5d453f19a1851b411e7ec67a653782ff Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Tue, 19 Jan 2021 15:59:01 +0100 Subject: Renamed cbitset to cbits. Added more docs. --- docs/cdeq_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cdeq_api.md') diff --git a/docs/cdeq_api.md b/docs/cdeq_api.md index 83c2779e..7bc68b88 100644 --- a/docs/cdeq_api.md +++ b/docs/cdeq_api.md @@ -1,7 +1,7 @@ # STC Container [cdeq](../stc/cdeq.h): Double Ended Queue ![Deque](pics/deque.jpg) -A **cdeq** is an indexed sequence container that allows fast insertion and deletion at both its beginning and its end. +A **cdeq** is an indexed sequence container that allows fast insertion and deletion at both its beginning and its end. Note that this container is implemented similar to a vector, but has the same performance profile for both *push_back()* and *push_front()* as *cvec_X_push_back()*. Iterators may be invalidated after push-operations. See [std::deque](https://en.cppreference.com/w/cpp/container/deque) for a similar c++ class. ## Declaration -- cgit v1.2.3