Project

General

Profile

private function pos(this)

Arguments

Type IntentOptional AttributesName
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


© 2016
self was developed by
Documentation generated by FORD