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

◆ posix_filebuf() [4/4]

fl::detail::posix_filebuf::posix_filebuf ( posix_filebuf && other)

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

45 : mFile(other.mFile), mLastError(other.mLastError),
46 mPath(fl::move(other.mPath)) {
47 other.mFile = nullptr;
48 other.mLastError = 0;
49}
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References posix_filebuf(), FL_NOEXCEPT, mFile, mLastError, fl::fl::move(), and mPath.

+ Here is the call graph for this function: