Project

General

Profile

private function more(this)

Arguments

Type IntentOptional AttributesName
class(vector_iterator), intent(in) :: this

Return Value logical


Source Code

    logical function more(this)
        class(vector_iterator), intent(in) :: this
        more = this%current < this%my_vector%current_size
    end function more


© 2016
self was developed by
Documentation generated by FORD