Return the concatenation of the specified lhs string ref and the specified rhs std::basic_string value.
Declared in <bslstl_stringref.h>
template<class CHAR_TYPE>
bsl::basic_string<CHAR_TYPE>
operator+(
StringRefImp<CHAR_TYPE> const& lhs,
std::basic_string<CHAR_TYPE> const& rhs);
string equal to the concatenation of the operands
| Name | Description |
|---|---|
| lhs | left-hand string reference operand |
| rhs | right-hand std::basic_string operand |