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

◆ operator=() [2/2]

template<typename T, fl::size SLAB_SIZE = FASTLED_DEFAULT_SLAB_SIZE>
SlabAllocator & fl::SlabAllocator< T, SLAB_SIZE >::operator= ( SlabAllocator< T, SLAB_SIZE > && other)
inlinenoexcept

Definition at line 333 of file allocator.h.

333 {
334 if (this != &other) {
335 cleanup();
339 other.slabs_ = nullptr;
342 }
343 return *this;
344 }
fl::size total_allocated_
Definition allocator.h:207
fl::size total_deallocated_
Definition allocator.h:208

References SlabAllocator(), cleanup(), slabs_, total_allocated_, and total_deallocated_.

+ Here is the call graph for this function: