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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user