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

◆ from_view() [1/2]

string fl::string::from_view ( const char * data,
fl::size len )
static

Definition at line 38 of file string.cpp.hpp.

38 {
39 string result;
40 result.setView(data, len);
41 return result;
42}
const char * data() const FL_NOEXCEPT
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31

References fl::basic_string::data(), and FL_NOEXCEPT.

Referenced by from_view().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: