string Derived Type

type, public :: string

Class used to create array of strings


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: raw

String


Constructor

public interface string

Creates string object

  • private function string_constructor(str)

    Creates string object

    Arguments

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

    String

    Return Value type(string)