ProcPtrArrTwo_t Derived Type

type, private :: ProcPtrArrTwo_t


Contents

Source Code


Components

Type Visibility Attributes Name Initial
procedure(dummySubroutine), public, pointer, nopass :: ptr => null()

Source Code

    type :: ProcPtrArrTwo_t
        procedure(dummySubroutine), pointer, nopass :: ptr => null()
    end type ProcPtrArrTwo_t