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