character_cat_string_t Module Procedure

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

Arguments

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

Return Value type(string_t)