File minimum_maximum_ops.h¶
↰ Parent directory (include/shad/core/impl)
Contents
Definition (include/shad/core/impl/minimum_maximum_ops.h)¶
Includes¶
algorithm(File algorithm.h)functionalimpl_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)tupletype_traits(File type_traits.h)vector(File vector.h)
Included By¶
Namespaces¶
Functions¶
- Template Function shad::impl::max_element(distributed_parallel_tag&&, ForwardIt, ForwardIt, Compare)
- Template Function shad::impl::max_element(distributed_sequential_tag&&, ForwardIt, ForwardIt, Compare)
- Template Function shad::impl::min_element(distributed_sequential_tag&&, ForwardIt, ForwardIt, Compare)
- Template Function shad::impl::min_element(distributed_parallel_tag&&, ForwardIt, ForwardIt, Compare)
- Template Function shad::impl::minmax_element(distributed_parallel_tag&&, ForwardIt, ForwardIt, Compare)
- Template Function shad::impl::minmax_element(distributed_sequential_tag&&, ForwardIt, ForwardIt, Compare)