BranchWeightArr_t Derived Type

type, private :: BranchWeightArr_t


Contents

Source Code


Components

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

Source Code

    type :: BranchWeightArr_t
        procedure(branch_weight_function), pointer, nopass :: ptr => null()
    end type BranchWeightArr_t