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