dm_hash_table_size Subroutine

public subroutine dm_hash_table_size(hash_table, n, max_size)

Returns cursor position in n and maximum size of hash table in max_size.

Arguments

Type IntentOptional Attributes Name
type(hash_table_type), intent(inout) :: hash_table

Hash table type.

integer, intent(out), optional :: n

Current number of values.

integer, intent(out), optional :: max_size

Max. number of values.