operator(<) Interface

private interface operator(<)

Calls

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

Contents


Module Procedures

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

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