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