Definition at line 154 of file dc_hash.f90.
◆ dchashnumber0()
| integer function dc_hash::number::dchashnumber0 |
( |
type(hash), intent(in) | hashv | ) |
|
Definition at line 221 of file dc_hash.f90.
222
223
224
225 implicit none
226 type(HASH), intent(in) :: hashv
227 integer :: result
228 continue
229 if (associated(hashv % hash_table)) then
230 result = size(hashv % hash_table)
231 else
232 result = 0
233 end if
The documentation for this interface was generated from the following file: