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

◆ operator!=()

template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
bool fl::allocator_inlined< T, N, BaseAllocator >::operator!= ( const allocator_inlined< T, N, BaseAllocator > & other) const
inlineprivatenoexcept

Definition at line 757 of file allocator.h.

757 {
758 return !(*this == other);
759 }