template<class BidirectionalIterator, class Predicate> BidirectionalIterator partition( BidirectionalIterator _First, BidirectionalIterator _Last, Predicate _Comp ); Parameters _First A bidirectional iterator addressing the position of the first element in the range to be partitioned. _Last A bidirectional...
template<class BidirectionalIterator, class Predicate> BidirectionalIterator partition( BidirectionalIterator _First, BidirectionalIterator _Last, Predicate _Comp ); Parameters _First A bidirectional iterator addressing the position of the first element in the range to be partitioned. _Last A bidirectional...
Parameters Return Value Remarks Example Classifies elements in a range into two disjoint sets, with those elements satisfying a unary predicate preceding those that fail to satisfy it. template<class BidirectionalIterator, class Predicate> BidirectionalIterator partition( BidirectionalIterator _First, Bidirect...
template<class BidirectionalIterator, class Predicate> BidirectionalIterator partition( BidirectionalIterator _First, BidirectionalIterator _Last, Predicate _Comp ); Parameters_First A bidirectional iterator addressing the position of the first element in the range to be partitioned. _Last A bidirectional it...