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 () |
| bool ranges::v3::interleave_view< Rngs >::cursor::equal | ( | cursor const & | that | ) | const |