isSmaller Function

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

This function provides a comparison of two attributes.

Check if left attribute is smaller than right attribute by checking smaller for attribute kind, label color and level

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


Called by

proc~~issmaller~~CalledByGraph proc~issmaller isSmaller interface~operator(lt) operator(<) interface~operator(lt)->proc~issmaller

Contents

None