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

◆ lower_bound() [2/2]

template<typename T, typename LessThan = fl::less<T>>
const_iterator fl::SortedHeapVector< T, LessThan >::lower_bound ( const T & value) const
inline

Definition at line 696 of file vector.h.

696 {
697 return const_cast<SortedHeapVector *>(this)->lower_bound(value);
698 }
SortedHeapVector(LessThan less=LessThan())
Definition vector.h:631
iterator lower_bound(const T &value)
Definition vector.h:680