get_func Abstract Interface

abstract interface
private pure function get_func(this, key)

Arguments

Type IntentOptional AttributesName
class(multimap), intent(in) :: this
class(*), intent(in) :: key

The key whose associated values are to be returned

Return Value type(array_list)

The values associated with the specified key