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

◆ operator+() [6/8]

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

Definition at line 498 of file string.h.

498 {
499 string result(lhs);
500 result += rhs;
501 return result;
502}
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31

References FL_NOEXCEPT.