MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
find_if_not
Interface
3 statements
Source File
VarConnVector.F90
mapl_VarConnVector
find_if_not
Contents
Module Procedures
vector_find_if_not
public interface find_if_not
Module Procedures
private function vector_find_if_not(first, last, q) result(it)
Arguments
Type
Intent
Optional
Attributes
Name
type(
VarConnVectorIterator
),
intent(in)
::
first
type(
VarConnVectorIterator
),
intent(in)
::
last
private function q(item)
Arguments
Type
Intent
Optional
Attributes
Name
type(
VarConnType
),
intent(in)
::
item
Return Value
logical
Return Value
type(
VarConnVectorIterator
)