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

◆ operator+() [2/8]

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

Definition at line 482 of file string.h.

482 {
483 string result(lhs);
484 result += rhs;
485 return result;
486}
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31

References FL_NOEXCEPT.