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

◆ operator+() [6/7]

template<typename T>
string fl::operator+ ( const T & lhs,
const char * rhs )
inline

Definition at line 1004 of file str.h.

1004 {
1005 string result;
1006 result.append(lhs);
1007 result += rhs;
1008 return result;
1009}
Result type for promise operations.