我有这个要求来找到向量中小于值的最后一个元素。
像find_first_of一样,但我要的不是最后一个。我搜索发现没有find_last_of,但是有find_first_of。
为什么?标准方法是将find_first_of与反向迭代器一起使用吗?
c++ stl vector stl-algorithm c++11
c++ ×1
c++11 ×1
stl ×1
stl-algorithm ×1
vector ×1