Name

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.


Library

libstdcpp.lib


Synopsis

template 
void nth_element(RandomAccessIterator first, RandomAccessIterator nth,
                 RandomAccessIterator last);

Detailed Description

Click here for more details.


Limitation

None


Feedback

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.

Top