tem_getoptvalordef_char Function

private function tem_getoptvalordef_char(value, default) result(res)

returns the optional value, if present, or the default.

this convenience routine encapsulates the check for an optional argument.

Arguments

Type IntentOptional Attributes Name
character, optional :: value

the optional value to check for

character :: default

the default to use when the optional value is not present.

Return Value character

the result


Called by

proc~~tem_getoptvalordef_char~~CalledByGraph proc~tem_getoptvalordef_char tem_getoptvalordef_char interface~tem_getoptvalordef tem_getOptValOrDef interface~tem_getoptvalordef->proc~tem_getoptvalordef_char

Contents