ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the parameterized derived type for generating a container of a vector component of type character
of arbitrary kind of allocatable
length.
More...
Public Attributes | |
integer | kind = SK |
character(:, kind), dimension(:), allocatable | val |
This is the parameterized derived type for generating a container of a vector component of type character
of arbitrary kind of allocatable
length.
Definition at line 858 of file pm_container.F90.
integer pm_container::cvs_pdt::kind = SK |
Definition at line 859 of file pm_container.F90.
character(:, kind), dimension(:), allocatable pm_container::cvs_pdt::val |
Definition at line 860 of file pm_container.F90.