Same as the primary operator+ with an rvalue lhs C-string.
Declared in <bslstl_string.h>
template<
class CHAR_TYPE,
class CHAR_TRAITS,
class ALLOCATOR>
bsl::basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>
operator+(
CHAR_TYPE lhs,
basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR> const& rhs);
string equal to the concatenation of the operands
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |