FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator+() [4/7]

string fl::operator+ ( const string & lhs,
const string & rhs )
inline

Definition at line 988 of file str.h.

988 {
989 string result(lhs);
990 result += rhs;
991 return result;
992}
Result type for promise operations.