目次

with_prev

 
// return type : Iterator
Iterator::with_prev : method();

Description

(直前の要素, 現在の要素)を要素とするイテレータを返します。

Example

C++

Xtal

Output