repo.or.cz
/
ustl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Build system improvements
[ustl.git]
/
bvt
/
bvt11.std
blob
6f5a3147ba2959c710f506d0afd97e8e2c01c668
1
set: { 1 2 3 4 6 8 9 }
2
erase(3): { 1 2 4 6 8 9 }
3
multiset: { 1 1 1 1 2 3 3 4 4 6 8 9 }
4
count(1) = 4
5
find(4) = 7
6
find(5) = 12
7
erase(3): { 1 1 1 1 2 4 4 6 8 9 }