FDO_API_COMMON const FdoStringP FdoStringP::operator+ ( const FdoStringP  str2  )  const [inline]

Appends the contents of another string onto this string. When performance is critical, += should be used whenever possible since it is up to 5X faster than this operator.

Parameters:
str2 string to concatenate
Returns:
Returns the concatenation of this string plus str2

Definition at line 132 of file StringP.h.