string_t_cat_character Module Procedure

module procedure string_t_cat_character pure module function string_t_cat_character(lhs, rhs) result(lhs_cat_rhs)

Arguments

Type IntentOptional Attributes Name
class(string_t), intent(in) :: lhs
character(len=*), intent(in) :: rhs

Return Value type(string_t)