find_if Interface

public interface find_if

Module Procedures

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

Arguments

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

Return Value type(VarConnVectorIterator)