2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-19 14:22:12 +00:00

Merge pull request #395 from roshanr95/includes

Make documentation of includes algorithm more clearer
This commit is contained in:
Kyle Lutz
2014-12-30 13:40:36 -08:00

View File

@@ -100,7 +100,9 @@ private:
/// \brief Includes algorithm
///
/// Finds if the sorted range [first1, last1) includes the sorted
/// range [first2, last2)
/// range [first2, last2). In other words, it checks if [first1, last1) is
/// a superset of [first2, last2).
///
/// \return True, if [first1, last1) includes [first2, last2). False otherwise.
///
/// \param first1 Iterator pointing to start of first set