operator(==) Interface

public interface operator(==)

Calls

interface~~operator(==)~2~~CallsGraph interface~operator(==)~2 operator(==) proc~kernel_type_eq kernel_type_eq interface~operator(==)~2->proc~kernel_type_eq

Module Procedures

private pure elemental function kernel_type_eq(left, right) result(res)

Arguments

Type IntentOptional Attributes Name
type(kernel_type_t), intent(in) :: left
type(kernel_type_t), intent(in) :: right

Return Value logical