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
Lexicographic comparison.
Definition at line
499
of file
set.h
.
499
{
500
return
fl::lexicographical_compare
(
begin
(),
end
(),
other
.
begin
(),
other
.
end
());
501
}
fl::set::begin
const_iterator begin() const
Definition
set.h:415
fl::set::end
const_iterator end() const
Definition
set.h:416
fl::set
Definition
set.h:367
fl::lexicographical_compare
bool lexicographical_compare(Iterator1 first1, Iterator1 last1, Iterator2 first2, Iterator2 last2) FL_NOEXCEPT
Definition
algorithm.h:146
fl
set
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2