pos Function
private function pos(this)
Arguments
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_iterator), | intent(in) | :: | this |
Return Value integer
Source Code
integer function pos(this)
class(vector_iterator), intent(in) :: this
pos = this%current
end function pos