FastLED
3.9.15
Loading...
Searching...
No Matches
◆
copy_no_view()
string
fl::string::copy_no_view
(
const
string
&
str
)
static
Definition at line
67
of file
string.cpp.hpp
.
67
{
68
if
(str.is_referencing()) {
69
string
result
;
70
result
.copy(str.c_str(), str.size());
71
return
result
;
72
}
73
return
str;
74
}
fl::result
expected< T, E > result
Alias for expected (Rust-style naming)
Definition
result.h:31
References
FL_NOEXCEPT
.
fl
string
Generated on Tue Jun 16 2026 00:07:07 for FastLED by
1.13.2