File non_modifyng_sequence_ops.h¶
↰ Parent directory (include/shad/core/impl
)
Contents
Definition (include/shad/core/impl/non_modifyng_sequence_ops.h
)¶
Includes¶
algorithm
(File algorithm.h)cstddef
cstdint
functional
impl_patterns.h
(File impl_patterns.h)iterator
(File distributed_iterator_traits.h)shad/core/execution.h
(File execution.h)shad/distributed_iterator_traits.h
(File distributed_iterator_traits.h)shad/runtime/runtime.h
(File runtime.h)
Included By¶
Namespaces¶
Functions¶
- Template Function shad::impl::all_of(distributed_sequential_tag&&, ForwardItr, ForwardItr, UnaryPredicate)
- Template Function shad::impl::all_of(distributed_parallel_tag&&, ForwardItr, ForwardItr, UnaryPredicate)
- Template Function shad::impl::any_of(distributed_sequential_tag&&, ForwardItr, ForwardItr, UnaryPredicate)
- Template Function shad::impl::any_of(distributed_parallel_tag&&, ForwardItr, ForwardItr, UnaryPredicate)
- Template Function shad::impl::count(distributed_parallel_tag&&, InputItr, InputItr, const T&)
- Template Function shad::impl::count(distributed_sequential_tag&&, InputItr, InputItr, const T&)
- Template Function shad::impl::count_if(distributed_sequential_tag&&, InputItr, InputItr, UnaryPredicate)
- Template Function shad::impl::count_if(distributed_parallel_tag&&, InputItr, InputItr, UnaryPredicate)
- Template Function shad::impl::find(distributed_sequential_tag&&, ForwardItr, ForwardItr, const T&)
- Template Function shad::impl::find(distributed_parallel_tag&&, ForwardItr, ForwardItr, const T&)
- Template Function shad::impl::find_if(distributed_sequential_tag&&, ForwardItr, ForwardItr, UnaryPredicate)
- Template Function shad::impl::find_if(distributed_parallel_tag&&, ForwardItr, ForwardItr, UnaryPredicate)
- Template Function shad::impl::find_if_not(distributed_sequential_tag&&, ForwardItr, ForwardItr, UnaryPredicate)
- Template Function shad::impl::find_if_not(distributed_parallel_tag&&, ForwardItr, ForwardItr, UnaryPredicate)
- Template Function shad::impl::for_each(distributed_parallel_tag&&, ForwardItr, ForwardItr, UnaryPredicate)
- Template Function shad::impl::for_each(distributed_sequential_tag&&, ForwardItr, ForwardItr, UnaryPredicate)