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

◆ operator+() [2/7]

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

Definition at line 996 of file str.h.

996 {
997 string result(lhs);
998 result += rhs;
999 return result;
1000}
Result type for promise operations.