get_character_with_string_key Module Procedure

module procedure get_character_with_string_key pure module function get_character_with_string_key(self, key, mold) result(value_)

Arguments

Type IntentOptional Attributes Name
class(string_t), intent(in) :: self
class(string_t), intent(in) :: key
character(len=*), intent(in) :: mold

Return Value character(len=:), allocatable


Calls

proc~~get_character_with_string_key~~CallsGraph proc~get_character_with_string_key get_character_with_string_key interface~get_string_with_string_key string_t%get_string_with_string_key proc~get_character_with_string_key->interface~get_string_with_string_key string string proc~get_character_with_string_key->string