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

Public Member Functions

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