Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
hasher_fun
Interface
7 statements
Source File
stdlib_hashmap_wrappers.f90
stdlib_hashmap_wrappers
hasher_fun
Contents
None
interface
Abstract interface to a 64 bit hash function operating on a KEY_TYPE
public pure function hasher_fun(key) result(hash_value)
Arguments
Type
Intent
Optional
Attributes
Name
type(
key_type
),
intent(in)
::
key
Return Value
integer(kind=int_hash)