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

◆ writeView()

fl::size fl::platforms::writeView ( fl::span< char > out,
fl::string_view sv )
inline

Definition at line 49 of file watchdog.cpp.hpp.

49 {
50 fl::size n = (out.size() < sv.size()) ? out.size() : sv.size();
51 for (fl::size i = 0; i < n; ++i) out[i] = sv[i];
52 return n;
53}
constexpr fl::size size() const FL_NOEXCEPT
Definition span.h:458
constexpr fl::size size() const FL_NOEXCEPT
Definition string_view.h:99

References FL_NOEXCEPT.

Referenced by fl::ResetInfo::describe().

+ Here is the caller graph for this function: