Distributed Ranges
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
dr::sp::distributed_range_accessor< Segments > Class Template Reference

Public Types

using segment_type = rng::range_value_t< Segments >
 
using value_type = rng::range_value_t< segment_type >
 
using size_type = rng::range_size_t< segment_type >
 
using difference_type = rng::range_difference_t< segment_type >
 
using reference = rng::range_reference_t< segment_type >
 
using iterator_category = std::random_access_iterator_tag
 
using iterator_accessor = distributed_range_accessor
 
using const_iterator_accessor = iterator_accessor
 
using nonconst_iterator_accessor = iterator_accessor
 

Public Member Functions

constexpr distributed_range_accessor (const distributed_range_accessor &) noexcept=default
 
constexpr distributed_range_accessoroperator= (const distributed_range_accessor &) noexcept=default
 
constexpr distributed_range_accessor (Segments segments, size_type segment_id, size_type idx) noexcept
 
constexpr distributed_range_accessoroperator+= (difference_type offset) noexcept
 
constexpr bool operator== (const iterator_accessor &other) const noexcept
 
constexpr difference_type operator- (const iterator_accessor &other) const noexcept
 
constexpr bool operator< (const iterator_accessor &other) const noexcept
 
constexpr reference operator* () const noexcept
 

The documentation for this class was generated from the following file: