Added is_partitioned_until

* Fixed doxygen comment in is_partitioned algorithm.
This commit is contained in:
Alexander Zaitsev
2017-02-14 12:22:49 +03:00
parent 8dfebc4580
commit a838feb81a
2 changed files with 62 additions and 1 deletions

View File

@ -39,7 +39,7 @@ bool is_partitioned ( InputIterator first, InputIterator last, UnaryPredicate p
}
/// \fn is_partitioned ( const Range &r, UnaryPredicate p )
/// \brief Generates an increasing sequence of values, and stores them in the input Range.
/// \brief Tests to see if a sequence is partitioned according to a predicate
///
/// \param r The input range
/// \param p The predicate to test the values with