vector_test_description_t Interface

public interface vector_test_description_t

Functions

private module function construct(description_vector, vector_function_strategy) result(vector_test_description)

The result is a vector_test_description_t object with the components defined by the dummy arguments

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: description_vector(:)
class(vector_function_strategy_t), intent(in) :: vector_function_strategy

Return Value type(vector_test_description_t)