find_if Interface

public interface find_if

Module Procedures

private function map_s_find_if(first, last, p) result(it)

Arguments

Type IntentOptional Attributes Name
type(map_SetIterator), intent(in) :: first
type(map_SetIterator), intent(in) :: last
private function p(item)
Arguments
Type IntentOptional Attributes Name
type(CallbackPair), intent(in) :: item
Return Value logical

Return Value type(map_SetIterator)