Template Struct distributed_random_access_iterator_trait¶
- Defined in File distributed_iterator_traits.h
Inheritance Relationships¶
Base Type¶
public shad::distributed_iterator_traits< Iterator >
(Template Struct distributed_iterator_traits)
Struct Documentation¶
-
template <typename Iterator>
structdistributed_random_access_iterator_trait
: public shad::distributed_iterator_traits<Iterator>¶ Public Types
-
template<>
usingvalue_type
= typename distributed_iterator_traits::value_type¶
-
template<>
usingpointer
= typename distributed_iterator_traits::pointer¶
-
template<>
usingreference
= typename distributed_iterator_traits::reference¶
-
template<>
usingiterator_category
= typename distributed_iterator_traits::iterator_category¶
-
template<>
usingdistribution_range
= typename Iterator::distribution_range¶
Public Static Functions
-
static distribution_range
distribution
(Iterator begin, Iterator end)¶
-
template<>