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