Skip to content

Commit

Permalink
Merge pull request #2649 from ShmuelLevine/ShmuelLevine-docs-transfor…
Browse files Browse the repository at this point in the history
…m-patch-1

Update docs (Table 18) - move transform to end
  • Loading branch information
hkaiser committed May 26, 2017
2 parents 6941187 + fb6172e commit 3c3c88c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manual/parallel_algorithms.qbk
Expand Up @@ -204,9 +204,6 @@ __hpx__ provides implementations of the following parallel algorithms:
[[ [algoref fill_n] ]
[Assigns a value to a number of elements.]
[`<hpx/include/parallel_fill.hpp>`]]
[[ [algoref transform] ]
[Applies a function to a range of elements.]
[`<hpx/include/parallel_transform.hpp>`]]
[[ [algoref generate] ]
[Saves the result of a function in a range.]
[`<hpx/include/parallel_generate.hpp>`]]
Expand Down Expand Up @@ -250,6 +247,9 @@ __hpx__ provides implementations of the following parallel algorithms:
[[ [algoref swap_ranges] ]
[Swaps two ranges of elements.]
[`<hpx/include/parallel_swap_ranges.hpp>`]]
[[ [algoref transform] ]
[Applies a function to a range of elements.]
[`<hpx/include/parallel_transform.hpp>`]]
]

[table Set operations on sorted sequences(In Header: <hpx/include/parallel_algortithm.hpp>)
Expand Down

0 comments on commit 3c3c88c

Please sign in to comment.