string_t Derived Type

type, public :: string_t


Components

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

Constructor

public interface string_t

  • private function new_string_t(s) result(string)

    Helper function to generate a new string_t instance (Required due to the allocatable component)

    Arguments

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

    Return Value type(string_t)