arg_element_t Derived Type

type, public :: arg_element_t


Components

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

Source Code

   type, public :: arg_element_t
      character(:), allocatable :: v
   end type arg_element_t