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

◆ operator=() [2/2]

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

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

395 {
396 if (this != &other) {
397 pImpl = fl::move(other.pImpl);
398 }
399 return *this;
400}
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.

+ Here is the call graph for this function: