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

◆ Transaction() [1/3]

fl::spi::Transaction::Transaction ( Transaction && other)

Definition at line 391 of file device.cpp.hpp.

392 : pImpl(fl::move(other.pImpl)) {
393}
fl::unique_ptr< Impl > pImpl
Definition transaction.h:78
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References Transaction(), FL_NOEXCEPT, fl::fl::move(), and pImpl.

Referenced by Transaction(), Transaction(), operator=(), and operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: