get_func Abstract Interface

abstract interface
private pure function get_func(this, item)

Arguments

Type IntentOptional AttributesName
class(multiset), intent(in) :: this
class(*), intent(in) :: item

The item whose presence in the set is being checked

Return Value integer

The number of times this item appears in the set