construct_from_character Module Procedure

module procedure construct_from_character module function construct_from_character(description, test_function) result(test_description)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: description
procedure(test_function_i), intent(in), pointer :: test_function

Return Value type(test_description_t)