pattern_t Derived Type

type, public :: pattern_t


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: p

Source Code

   type, public :: pattern_t
      character(:), allocatable :: p
   end type pattern_t