get_logical_with_character_key Module Procedure

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

Arguments

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

Return Value logical


Calls

proc~~get_logical_with_character_key~~CallsGraph proc~get_logical_with_character_key get_logical_with_character_key interface~get_logical string_t%get_logical proc~get_logical_with_character_key->interface~get_logical