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

◆ operator!=()

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

Definition at line 513 of file allocator.h.

513 {
514 return !(*this == other);
515 }

References allocator_slab().

+ Here is the call graph for this function: