This type is wrapper to make a allocatable character array with variable length.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | c |
type character_array_element_t character(:), allocatable :: c end type character_array_element_t