operator(+) Interface

public interface operator(+)

Calls

interface~~operator(+)~~CallsGraph interface~operator(+) operator(+) proc~tem_time_add_time tem_time_add_time interface~operator(+)->proc~tem_time_add_time

Contents


Module Procedures

private elemental function tem_time_add_time(left, right) result(res)

Add two time definitions to each other (provides the plus operator).

Read more…

Arguments

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

First operant in the addition of times.

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

Second operant in the addition of times.

Return Value type(tem_time_type)

Resulting sum of left and right.