Work function for equal_range() which returns the position of its argument if the argument compares equal to the given value according to the given ordering, or null_reference position otherwise. More...
Public Member Functions | |
range_equal_range (Value value, StrictWeakOrdering comparator) | |
template<typename View > | |
Return | operator() (View const &view) const |
Work function for equal_range() which returns the position of its argument if the argument compares equal to the given value according to the given ordering, or null_reference position otherwise.
Value | Type of the elements being compared. |
StrictWeakOrdering | Binary functor which, given two values, will return true if the first precedes the second. If the two values return false for both orderings, then they are equal. |
Return | The type of the domain of the input view, used to construct the range of equality for the output. |