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
inline
private
noexcept
Definition at line
752
of file
allocator.h
.
752
{
753
FASTLED_UNUSED
(
other
);
754
return
true
;
// All instances are equivalent for now
755
}
fl::allocator_inlined
Definition
allocator.h:521
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
Definition
unused.h:4
fl
allocator_inlined
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2