See the first comparator merge overload above.
Declared in <bslstl_list.h>
template<class COMPARE>
void
merge(
BloombergLP::bslmf::MovableRef<list> other,
COMPARE comparator);
| Name | Description |
|---|---|
| other | sorted list to merge into this list |
| comparator | binary predicate used to order elements |