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

◆ operator+() [1/7]

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

Definition at line 974 of file str.h.

974 {
975 string result(lhs);
976 result += rhs;
977 return result;
978}
Result type for promise operations.