operator(<) Interface

public interface operator(<)

Calls

interface~~operator(lt)~~CallsGraph interface~operator(lt) operator(<) proc~issmaller isSmaller interface~operator(lt)->proc~issmaller proc~tem_pathcomparison tem_PathComparison proc~issmaller->proc~tem_pathcomparison

Contents


Module Procedures

public function isSmaller(left, right) result(small)

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 smaller??