On this page
std::mergeable
Defined in header <iterator> |
||
---|---|---|
|
(since C++20) |
The mergeable
concept specifies the requirements for algorithms that merge two input ranges into a single output range according to the strict weak ordering imposed by Comp
.
Semantic requirements
mergeable
is modeled only if all concepts it subsumes are modeled.
See also
(C++20)
|
merges two sorted ranges (niebloid) |
(C++20)
|
computes the union of two sets (niebloid) |
(C++20)
|
computes the intersection of two sets (niebloid) |
(C++20)
|
computes the difference between two sets (niebloid) |
(C++20)
|
computes the symmetric difference between two sets (niebloid) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/iterator/mergeable