HP Integrity NonStop H-Series User Manual
Page 191
Advertising

merge (aVec.begin(), aVec.end(), aList.begin(), aList.end(),
inserter(lResult, lResult.begin()));
// merge into the output
merge (aVec.begin(), aVec.end(), aList.begin(), aList.end(),
ostream_iterator<int> (cout, " "));
cout << endl;
}
The algorithm inplace_merge() (
Merge Two Adjacent Sequences into One
merge two sections of a single sequence into one sequence.
Advertising
This manual is related to the following products: