BloombergLP::bslstl::operator+

Return the concatenation of the specified lhs string ref and the specified rhs bsl::basic_string value.

Synopsis

Declared in <bslstl_stringref.h>

template<class CHAR_TYPE>
bsl::basic_string<CHAR_TYPE>
operator+(
    bsl::basic_string<CHAR_TYPE> const& lhs,
    StringRefImp<CHAR_TYPE> const& rhs);