nth element - It partially orders the range of elements such that the element pointed by the iterator nth, has elements in front of it that are less than or equal to it and all the elements that follow it in the sequence are greater than or equal to it.
libstdcpp.lib
templatevoid nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last);
None
For additional information or queries on this page send feedback.
© 2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |