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

◆ read() [3/3]

fl::size_t fl::ifstream::read ( fl::u8 * dst,
fl::size_t n )
inline

Definition at line 171 of file fstream.h.

171 {
173 return mLastRead;
174 }
fl::size_t mLastRead
Definition fstream.h:51
int read()
To reinterpret_cast_(const From &from) FL_NOEXCEPT
Definition bit_cast.h:88

References mLastRead, fl::read(), and fl::reinterpret_cast_().

+ Here is the call graph for this function: