llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers
Erik Pilkington b0386a515b First half of C++17's splicing maps and sets
This commit adds a node handle type, (located in __node_handle), and adds
extract() and insert() members to all map and set types, as well as their
implementations in __tree and __hash_table.

The second half of this feature is adding merge() members, which splice nodes
in bulk from one container into another. This will be committed in a follow-up.

Differential revision: https://reviews.llvm.org/D46845

llvm-svn: 338472
2018-08-01 01:33:38 +00:00
..
clear.pass.cpp
emplace.pass.cpp
emplace_hint.pass.cpp
erase_iter.pass.cpp
erase_iter_iter.pass.cpp
erase_key.pass.cpp
extract_iterator.pass.cpp First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
extract_key.pass.cpp First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
insert_allocator_requirements.pass.cpp
insert_cv.pass.cpp
insert_initializer_list.pass.cpp
insert_iter_cv.pass.cpp
insert_iter_iter.pass.cpp
insert_iter_rv.pass.cpp
insert_node_type.pass.cpp First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
insert_node_type_hint.pass.cpp First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
insert_rv.pass.cpp