pointer_view<T> constructor

pointer_view<T>(
  1. List<T> _list, [
  2. int _pos = 0
])

Implementation

pointer_view(this._list, [this._pos = 0]);