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