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

◆ read() [2/3]

fl::size_t fl::ifstream::read ( fl::span< fl::u8 > dst)
inline

Definition at line 177 of file fstream.h.

177 {
178 return read(dst.data(), dst.size());
179 }
const T * data() const FL_NOEXCEPT
Definition span.h:461
constexpr fl::size size() const FL_NOEXCEPT
Definition span.h:458
int read()

References fl::span< T, Extent >::data(), fl::read(), and fl::span< T, Extent >::size().

+ Here is the call graph for this function: