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

◆ lower_bound() [1/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 1060 of file vector.h.

1060 {
1061 return const_cast<SortedHeapVector *>(this)->lower_bound(value);
1062 }
iterator lower_bound(const T &value) FL_NOEXCEPT
Definition vector.h:1046
SortedHeapVector(LessThan less=LessThan()) FL_NOEXCEPT
Definition vector.h:988

References SortedHeapVector(), FL_NOEXCEPT, lower_bound(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: