operator(<=) Interface

private interface operator(<=)

Calls

interface~~operator(lt=)~~CallsGraph interface~operator(lt=) operator(<=) proc~issmallerorequal isSmallerOrEqual interface~operator(lt=)->proc~issmallerorequal

Contents


Module Procedures

private function isSmallerOrEqual(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??