summaryrefslogtreecommitdiffhomepage
path: root/docs/clist_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-03 22:05:40 +0100
committerTyge Løvset <[email protected]>2021-01-03 22:05:40 +0100
commit63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b (patch)
tree0771e0f384bb3236f17589246390ccece7a55f1f /docs/clist_api.md
parente0fd5c7a7316fe0b874de5a116fbe7462f1e322c (diff)
downloadSTC-modified-63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b.tar.gz
STC-modified-63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b.zip
Moved pictures below header.
Diffstat (limited to 'docs/clist_api.md')
-rw-r--r--docs/clist_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clist_api.md b/docs/clist_api.md
index 437b0321..361d82ff 100644
--- a/docs/clist_api.md
+++ b/docs/clist_api.md
@@ -1,5 +1,5 @@
+# STC Container [clist](../stc/clist.h): Forward List
![List](pics/list.jpg)
-# Container [clist](../stc/clist.h): Forward List
This is similar to c++ [std::forward_list](https://en.cppreference.com/w/cpp/container/forward_list), but supports both
*push_front()* and *push_back()* as well as *pop_front()* in **O**(1) time. Implemented as a circular singly linked list.