Project

General

Profile

private function capacity(this)

Arguments

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


© 2016
self was developed by
Documentation generated by FORD