other_type 派生类型

type, public :: other_type

其他数据真实类型的包装类型


组件

类型 可见性 属性 名称 初始
class(*), public, allocatable :: value

源代码

    type :: other_type
!! Version: Experimental
!!
!! A wrapper type for the other data's true type
!        private
        class(*), allocatable :: value
    end type other_type