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

◆ from_view() [2/2]

string fl::string::from_view ( const string_view & sv)
static

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

44 {
45 return from_view(sv.data(), sv.size());
46}
static string from_view(const char *data, fl::size len) FL_NOEXCEPT

References FL_NOEXCEPT, and from_view().

+ Here is the call graph for this function: