construct_from_string_t Module Procedure

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

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: description
procedure(test_function_i), intent(in), pointer :: test_function

Return Value type(test_description_t)