dm_request_has_pattern Function

public pure elemental function dm_request_has_pattern(request) result(has)

Returns .true. if attribute pattern of request is not empty.

Arguments

Type IntentOptional Attributes Name
type(request_type), intent(in) :: request

Request type.

Return Value logical