You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zoe Carver
3f39fe31c4
Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@366170 91177308-0d34-0410-b5e6-96231b3b80d8
|
6 years ago |
| .. |
|
map
|
Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset.
|
6 years ago |
|
multimap
|
[libc++] Take 2: Implement CTAD for map and multimap
|
6 years ago |
|
multiset
|
[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10
|
6 years ago |
|
set
|
Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset.
|
6 years ago |
|
iterator_types.pass.cpp
|
Support tests in freestanding
|
7 years ago |