update_multimap_sub Abstract Interface

abstract interface
private pure subroutine update_multimap_sub(this, other)

Arguments

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

A multimap whose key-value pairs will be added to this one, adding values to any keys which already exist in this one.