Work function for lower_bound(), which takes a view over a sorted input, and computes the std::lower_bound on it, or null_reference if the range is all less than the given value. More...
Public Member Functions | |
| range_lower_bound (Value value, StrictWeakOrdering comparator) | |
| template<typename View > | |
| View::reference | operator() (View const &view) const |
Work function for lower_bound(), which takes a view over a sorted input, and computes the std::lower_bound on it, or null_reference if the range is all less than the given value.
| Value | Type of value being searched. |
| StrictWeakOrdering | Binary functor which implements the less operation. |
1.8.13