Skip to content

Commit

Permalink
Adding parallel::unique to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Sep 25, 2017
1 parent 463be75 commit f032046
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/hpx.idx
Expand Up @@ -343,6 +343,10 @@ parallel::uninitialized_move_n "uninitialized_move_n" "hpx\.parallel\.v1\
parallel::uninitialized_value_construct "uninitialized_value_construct" "hpx\.parallel\.v1\.uninitialized_val_id.*"
parallel::uninitialized_value_construct_n "uninitialized_value_construct_n" "hpx\.parallel\.v1\.uninitialized_val_id.*"

# hpx/parallel/algorithms/uninitialized_value_construct.hpp
parallel::unique "unique" "hpx\.parallel\.v1\.unique_id.*"
parallel::unique_copy "unique_copy" "hpx\.parallel\.v1\.unique_copy_id.*"

# hpx/runtime/components/colocating_distribution_policy.hpp
colocating_distribution_policy "" "hpx\.components\.colocating_distri_id.*"
colocated "" "hpx\.components\.colocated.*"
Expand Down
11 changes: 9 additions & 2 deletions docs/manual/parallel_algorithms.qbk
Expand Up @@ -330,8 +330,15 @@ __hpx__ provides implementations of the following parallel algorithms:
[`<hpx/include/parallel_transform.hpp>`]
[[cpprefalgodocs transform]]
]
[[ [algoref unique_copy] ]
[Applies a function to a range of elements.]
[[ [algoref unique_copy] ]
[Eliminates all but the first element from every consecutive group of
equivalent elements from a range.]
[`<hpx/include/parallel_unique.hpp>`]
[[cpprefalgodocs unique]]
]
[[ [algoref unique_copy] ]
[Eliminates all but the first element from every consecutive group of
equivalent elements from a range.]
[`<hpx/include/parallel_unique.hpp>`]
[[cpprefalgodocs unique_copy]]
]
Expand Down

0 comments on commit f032046

Please sign in to comment.