beautypg.com

HP Integrity NonStop H-Series User Manual

Page 185

background image

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

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

This manual is related to the following products: