Impact of comparison function on upper_bound and lower_bound
I would like to understand the impact of the comparison function (< or <=) on both lower_bound
and upper_bound
functions.
I would like to understand the impact of the comparison function (< or <=) on both lower_bound
and upper_bound
functions.