get_func Abstract Interface

abstract interface
private pure function get_func(this, key)

Arguments

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

The key whose associated value is to be returned

Return Value class(container), allocatable

The value associated with the specified key