operator(>) Interface

public interface operator(>)

Calls

interface~~operator(gt)~~CallsGraph interface~operator(gt) operator(>) proc~isgreater isGreater interface~operator(gt)->proc~isgreater proc~tem_pathcomparison tem_PathComparison proc~isgreater->proc~tem_pathcomparison

Contents


Module Procedures

public function isGreater(left, right) result(great)

This function provides a comparison of two paths.

Arguments

TypeIntentOptionalAttributesName
type(tem_path_type), intent(in) :: left

path to compare

type(tem_path_type), intent(in) :: right

path to compare against

Return Value logical

is greater??