Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::interleave_view< Rngs >::cursor Struct Reference

Public Member Functions

 cursor (std::size_t n, std::vector< inner_range_t > const *rngs, std::vector< inner_iterator_t > its)
 
bool done () const
 
bool equal (cursor const &that) const
 
auto get () const noexcept(noexcept(decltype(*its_[n_])(*its_[n_]))) -> decltype(*its_[n_])
 
void next ()
 

Member Function Documentation

◆ equal()

template<typename Rngs >
bool ranges::v3::interleave_view< Rngs >::cursor::equal ( cursor const &  that) const
Precondition
ForwardRange<inner_range_t>()