返回 chunk_by_view 中的当前元素。
chunk_by_view
等价于: return ranges::subrange(current_, next_)。
current_
next_
在调用此运算符之前,current_ 必须不等于 next_,否则行为是未定义的。
(无)
当前元素。