FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator==()
template<typename
Key
, typename Allocator = fl::allocator_slab<Key>>
bool
fl::set
<
Key
, Allocator >::operator==
(
const
set
<
Key
, Allocator > &
other
)
const
inline
Equality comparison.
Definition at line
488
of file
set.h
.
488
{
489
if
(
size
() !=
other
.
size
())
return
false
;
490
return
fl::equal
(
begin
(),
end
(),
other
.
begin
());
491
}
fl::set::begin
const_iterator begin() const
Definition
set.h:415
fl::set::size
size_type size() const
Definition
set.h:426
fl::set::end
const_iterator end() const
Definition
set.h:416
fl::set
Definition
set.h:367
fl::equal
bool equal(Iterator1 first1, Iterator1 last1, Iterator2 first2) FL_NOEXCEPT
Definition
algorithm.h:96
fl
set
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2