operator(>) Interface

public interface operator(>)

Calls

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

Contents


Module Procedures

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

This function provides a > comparison of two projections.

Read more…

Arguments

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

projection to compare

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

projection to compare against

Return Value logical

is greater??