Same as the primary operator+ overload with an rvalue lhs.
Synopsis
Declared in <bslstl_string.h>
template<
class CHAR_TYPE,
class CHAR_TRAITS,
class ALLOCATOR>
bsl::basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>
operator+(
bsl::basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>&& lhs,
bsl::basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>&& rhs);
Created with MrDocs