operator(+) Interface

public interface operator(+)

Contents


Module Procedures

public function addstring(x, y) result(z)

Arguments

Type IntentOptional AttributesName
type(string_), intent(in) :: x
type(string_), intent(in) :: y

Return Value type(string_)

public function addstringchar(x, y) result(z)

Arguments

Type IntentOptional AttributesName
type(string_), intent(in) :: x
character(len=*), intent(in) :: y

Return Value type(string_)

public function addcharstring(y, x) result(z)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: y
type(string_), intent(in) :: x

Return Value type(string_)