exec_eq Function

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

Arguments

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

Return Value logical


Called by

proc~~exec_eq~~CalledByGraph proc~exec_eq exec_eq interface~operator(==) operator(==) interface~operator(==)->proc~exec_eq