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
}
fl::result
expected< T, E > result
Alias for expected (Rust-style naming)
Definition
result.h:31
References
FL_NOEXCEPT
.
fl
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2