Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
contains_string_t
Interface
19 statements
Source File
julienne_vector_test_description_m.F90
julienne_vector_test_description_m
contains_string_t
Contents
None
interface
private module function contains_string_t(self, substring) result(match_vector)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
vector_test_description_t
),
intent(in)
::
self
type(
string_t
),
intent(in)
::
substring
Return Value
logical,allocatable,(:)
Description
The result is .true. if the test description includes the value of substring%string()