string_constructor Function

private function string_constructor(str)

Creates string object

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str

String

Return Value type(string)


Called by

proc~~string_constructor~~CalledByGraph proc~string_constructor string_constructor interface~string string interface~string->proc~string_constructor