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

◆ operator+() [3/7]

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

Definition at line 981 of file str.h.

981 {
982 string result(lhs);
983 result += rhs;
984 return result;
985}
Result type for promise operations.