Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(data_frame), | intent(in) | :: | this |
pure function df_get_max_char_len(this) result(max_len) class(data_frame), intent(in) :: this integer :: max_len max_len = this % max_char_len end function df_get_max_char_len