MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
find_if
Interface
3 statements
Source File
EntryPointVector.F90
MAPL_EntryPointVector
find_if
Contents
Module Procedures
vector_find_if
public interface find_if
Module Procedures
private function vector_find_if(first, last, p) result(it)
Arguments
Type
Intent
Optional
Attributes
Name
type(
entryPointVectorIterator
),
intent(in)
::
first
type(
entryPointVectorIterator
),
intent(in)
::
last
private function p(item)
Arguments
Type
Intent
Optional
Attributes
Name
type(
runEntryPoint
),
intent(in)
::
item
Return Value
logical
Return Value
type(
entryPointVectorIterator
)