File modifyng_sequence_ops.h¶
↰ Parent directory (include/shad/core/impl
)
Contents
Definition (include/shad/core/impl/modifyng_sequence_ops.h
)¶
Includes¶
algorithm
(File algorithm.h)cstring
functional
iterator
(File distributed_iterator_traits.h)shad/core/execution.h
(File execution.h)shad/core/impl/impl_patterns.h
(File impl_patterns.h)shad/core/impl/utils.h
(File utils.h)shad/core/iterator.h
(File iterator.h)shad/distributed_iterator_traits.h
(File distributed_iterator_traits.h)shad/runtime/runtime.h
(File runtime.h)tuple
Included By¶
Classes¶
Functions¶
- Template Function shad::impl::fill(distributed_parallel_tag&&, ForwardIt, ForwardIt, const T&)
- Template Function shad::impl::fill(distributed_sequential_tag&&, ForwardIt, ForwardIt, const T&)
- Template Function shad::impl::generate(distributed_parallel_tag&&, ForwardIt, ForwardIt, Generator)
- Template Function shad::impl::generate(distributed_sequential_tag&&, ForwardIt, ForwardIt, Generator)
- Template Function shad::impl::replace(distributed_parallel_tag&&, ForwardIt, ForwardIt, const T&, const T&)
- Template Function shad::impl::replace(distributed_sequential_tag&&, ForwardIt, ForwardIt, const T&, const T&)
- Template Function shad::impl::replace_if(distributed_sequential_tag&&, ForwardIt, ForwardIt, UnaryPredicate, const T&)
- Template Function shad::impl::replace_if(distributed_parallel_tag&&, ForwardIt, ForwardIt, UnaryPredicate, const T&)
- Template Function shad::impl::transform(distributed_parallel_tag&&, ForwardIt1, ForwardIt1, ForwardIt2, UnaryOperation)
- Template Function shad::impl::transform(distributed_sequential_tag&&, ForwardIt1, ForwardIt1, ForwardIt2, UnaryOperation)
- Template Function shad::impl::transform_impl::async_block_contiguous_remote
- Template Function shad::impl::transform_impl::block_contiguous_local
- Template Function shad::impl::transform_impl::block_contiguous_local_par
- Template Function shad::impl::transform_impl::block_contiguous_remote
- Template Function shad::impl::transform_impl::dpar_kernel(std::true_type, ForwardIt1, ForwardIt1, ForwardIt2, UnaryOperation)
- Template Function shad::impl::transform_impl::dpar_kernel(std::false_type, ForwardIt1, ForwardIt1, ForwardIt2, UnaryOperation)
- Template Function shad::impl::transform_impl::dpar_kernel(ForwardIt1, ForwardIt1, ForwardIt2, UnaryOperation)
- Template Function shad::impl::transform_impl::dseq_kernel(std::false_type, ForwardIt1, ForwardIt1, ForwardIt2, UnaryOperation)
- Template Function shad::impl::transform_impl::dseq_kernel(ForwardIt1, ForwardIt1, ForwardIt2, UnaryOperation)
- Template Function shad::impl::transform_impl::dseq_kernel(std::true_type, ForwardIt1, ForwardIt1, ForwardIt2, UnaryOperation)