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

◆ operator+() [7/7]

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

Definition at line 1021 of file str.h.

1021 {
1022 string result;
1023 result.append(lhs);
1024 result += rhs;
1025 return result;
1026}
Result type for promise operations.