operator(==) Interface

public interface operator(==)

Module Procedures

private function errcode_t_compare_ee(this, another) result(res)

Arguments

Type IntentOptional Attributes Name
class(errcode_t), intent(in) :: this
class(errcode_t), intent(in) :: another

Return Value logical

private function errcode_t_compare_ie(this, another) result(res)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: this
class(errcode_t), intent(in) :: another

Return Value logical

private function errcode_t_compare_ei(this, another) result(res)

Arguments

Type IntentOptional Attributes Name
class(errcode_t), intent(in) :: this
integer, intent(in) :: another

Return Value logical