update_map_sub Abstract Interface

abstract interface
private pure subroutine update_map_sub(this, other)

Arguments

Type IntentOptional AttributesName
class(multimap), intent(inout) :: this
class(map), intent(in) :: other

A map whose key-value pairs will be added to this one, appending the value to any keys which already exist in this one.