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
inline

Definition at line 797 of file allocator.h.

797 {
798 return !(*this == other);
799 }

References allocator_slab(), and FL_NOEXCEPT.

+ Here is the call graph for this function: