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

◆ operator+() [5/7]

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

Definition at line 1013 of file str.h.

1013 {
1014 string result(lhs);
1015 result += rhs;
1016 return result;
1017}
Result type for promise operations.