FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator+()
[6/7]
template<typename T>
string
fl::operator+
(
const T &
lhs
,
const char *
rhs
)
inline
Definition at line
1004
of file
str.h
.
1004
{
1005
string
result
;
1006
result
.append(lhs);
1007
result
+= rhs;
1008
return
result
;
1009
}
fl::result
Result type for promise operations.
Definition
promise_result.h:40
fl
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2