operator(/=) Interface

public interface operator(/=)

Provide a string /= operator that works with mixed kinds

Calls

interface~~operator(SLASH=)~~CallsGraph interface~operator(SLASH=) operator(/=) proc~default_neq_ucs4 default_neq_ucs4 interface~operator(SLASH=)->proc~default_neq_ucs4 proc~ucs4_neq_default ucs4_neq_default interface~operator(SLASH=)->proc~ucs4_neq_default interface~to_unicode to_unicode proc~default_neq_ucs4->interface~to_unicode proc~ucs4_neq_default->interface~to_unicode proc~to_uni to_uni interface~to_unicode->proc~to_uni proc~to_uni_vec to_uni_vec interface~to_unicode->proc~to_uni_vec

Module Procedures

private pure elemental function ucs4_neq_default(ucs4_str, def_str) result(res)

Author
Jacob Williams

CK/=CDK operator.

Arguments

Type IntentOptional Attributes Name
character(kind=CK, len=*), intent(in) :: ucs4_str
character(kind=CDK, len=*), intent(in) :: def_str

Return Value logical(kind=LK)

private pure elemental function default_neq_ucs4(def_str, ucs4_str) result(res)

Author
Jacob Williams

CDK/=CK operator.

Arguments

Type IntentOptional Attributes Name
character(kind=CDK, len=*), intent(in) :: def_str
character(kind=CK, len=*), intent(in) :: ucs4_str

Return Value logical(kind=LK)