assignment(=) Interface

public interface assignment(=)

Contents


Module Procedures

public subroutine utf8_assign_from_char(utf8, str)

Arguments

TypeIntentOptionalAttributesName
type(utf8_string), intent(out) :: utf8
character(kind=c_char,len=*), intent(in) :: str

public subroutine char_assign_from_utf8(str, utf8)

Arguments

TypeIntentOptionalAttributesName
character(kind=c_char,len=:), intent(out), allocatable:: str
type(utf8_string), intent(in) :: utf8