Home
last modified time | relevance | path

Searched refs:_IteratorTypes (Results 1 – 1 of 1) sorted by relevance

/llvm-project/pstl/include/pstl/internal/
H A Dexecution_impl.h26 template <typename _IteratorTag, typename... _IteratorTypes>
28 …std::is_base_of<_IteratorTag, typename std::iterator_traits<std::decay_t<_IteratorTypes>>::iterato…
30 template <typename... _IteratorTypes>
31 …e_random_access_iterators = __are_iterators_of<std::random_access_iterator_tag, _IteratorTypes...>;
68 template <class _IsVector, class... _IteratorTypes>
69 …pe = typename std::conditional<__internal::__are_random_access_iterators<_IteratorTypes...>::value,
72 template <class... _IteratorTypes>
74 __select_backend(__pstl::execution::sequenced_policy, _IteratorTypes&&...) in __select_backend() argument
79 template <class... _IteratorTypes>
80 __serial_tag<__internal::__are_random_access_iterators<_IteratorTypes...>>
[all …]