operator(>) Interface

private interface operator(>)

Calls

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

Contents


Module Procedures

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

This function provides a comparison of two attributes.

Read more…

Arguments

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

attribute to compare

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

attribute to compare against

Return Value logical

is greater??