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...
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...
_Comp User-defined predicate function object that defines the condition to be satisfied if an element is to be classified. A predicate takes a single argument and returnstrueorfalse. Return Value A bidirectional iterator addressing the position of the first element in the range to not satisfy the...
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...
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 ); Parametry_First Obousměrný iterátor adresování umístění první prvek v rozsahu rozdělení. _Last Obousměrný iterátor adresování...