summaryrefslogtreecommitdiffhomepage
path: root/docs/cset_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-01 13:04:52 +0100
committerTyge Løvset <[email protected]>2021-01-01 13:04:52 +0100
commitd8afec0f4115212e033a0c0a6ef0a822612f10c0 (patch)
tree8e783ffa4945bd6218cb04938c6463c4dde1aefd /docs/cset_api.md
parent88c44ec89f23df7e1666d0aca1696779f12f0a61 (diff)
downloadSTC-modified-d8afec0f4115212e033a0c0a6ef0a822612f10c0.tar.gz
STC-modified-d8afec0f4115212e033a0c0a6ef0a822612f10c0.zip
Update set image/descr.
Diffstat (limited to 'docs/cset_api.md')
-rw-r--r--docs/cset_api.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/cset_api.md b/docs/cset_api.md
index 66e8184c..99940b03 100644
--- a/docs/cset_api.md
+++ b/docs/cset_api.md
@@ -1,8 +1,7 @@
![Set](set.jpg)
# Container [cset](../stc/cmap.h): Unordered Set
-This describes the API of the unordered set type **cset**. Same base implementation as cmap, but contains and uses keys only.
-See [std::unordered_set](https://en.cppreference.com/w/cpp/container/unordered_set) for a similar c++ class.
+A **cset** is an associative container that contains a set of unique objects of type Key. Search, insertion, and removal have average constant-time complexity. See [std::unordered_set](https://en.cppreference.com/w/cpp/container/unordered_set) for a similar c++ class.
## Declaration