operator(-) Interface

public interface operator(-)

subtraction overload

Calls

interface~~operator(-)~~CallsGraph interface~operator(-) hex_coordinates::operator(-) proc~sub_hex hex_coordinates::sub_hex interface~operator(-)->proc~sub_hex

Module Procedures

private pure elemental function sub_hex(A, B) result(C)

Subtraction overload for hex type

Arguments

Type IntentOptional Attributes Name
type(hex), intent(in) :: A
type(hex), intent(in) :: B

Return Value type(hex)