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

◆ operator=()

template<typename T, fl::size SLAB_SIZE = FASTLED_DEFAULT_SLAB_SIZE>
allocator_slab & fl::allocator_slab< T, SLAB_SIZE >::operator= ( const allocator_slab< T, SLAB_SIZE > & other)
inline

Definition at line 725 of file allocator.h.

725 {
727 return *this;
728 }
#define FASTLED_UNUSED(x)

References allocator_slab(), FASTLED_UNUSED, and FL_NOEXCEPT.

+ Here is the call graph for this function: