mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-26 02:27:39 +02:00
Merge doc changes from trunk
[SVN r84743]
This commit is contained in:
@ -18,7 +18,7 @@ The routine `is_partitioned` takes a sequence and a predicate. It returns true i
|
||||
|
||||
[heading interface]
|
||||
|
||||
The function `is_partitioned` returns true the items in the sequence are separated according to their ability to satisfy the predicate. There are two versions; one takes two iterators, and the other takes a range.
|
||||
The function `is_partitioned` returns true if the items in the sequence are separated according to their ability to satisfy the predicate. There are two versions; one takes two iterators, and the other takes a range.
|
||||
|
||||
``
|
||||
template<typename InputIterator, typename Predicate>
|
||||
|
Reference in New Issue
Block a user