lower_bound () 和 upper_bound () 在从大到小数组中的使用 发表于 2018-08-11 更新于 2024-07-29 分类于 C++ , STL 本文字数: 127 阅读时长 ≈ 1 分钟 今天突发奇想,想知道 lower_bound() 和 upper_bound() 函数在从大到小的数组中怎么使用,猜想 C++ 中应该会有重载, 果不其然, 正确打开姿势是酱紫。 1lower_bound(begin, end, val, greater<T>())