MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
find
Interface
3 statements
Source File
RoutehandleSpecVector.F90
mapl3g_RoutehandleSpecVector
find
Contents
Module Procedures
vector_find_basic
public interface find
Module Procedures
private function vector_find_basic(first, last, value) result(iter)
Arguments
Type
Intent
Optional
Attributes
Name
type(
RoutehandleSpecVectorIterator
),
intent(in)
::
first
type(
RoutehandleSpecVectorIterator
),
intent(in)
::
last
type(
RoutehandleSpec
),
intent(in)
::
value
Return Value
type(
RoutehandleSpecVectorIterator
)