dm_hash_table_allocated Function

public function dm_hash_table_allocated(hash_table) result(is)

Returns .true. if hash table arrays have been allocated.

Arguments

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

Hash table type.

Return Value logical