HP Integrity NonStop H-Series User Manual

Page 185

Advertising
background image

generate (aList.begin(), aList.end(), randomValue);

// sort only the first seven elements
vector<int> start(7);
partial_sort_copy (aList.begin(), aList.end(),
start.begin(), start.end(), greater<int>());
}

Advertising
This manual is related to the following products: