gpt4 book ai didi

c++ - std::for_each 用法 -> 捕获变量

转载 作者:行者123 更新时间:2023-11-28 06:05:55 26 4
gpt4 key购买 nike

<分区>

      void reset(const std::string& a, const std::string& b) const
{
std::for_each(this->begin(), this->end(), [&](const std::string& a, const std::string& b, ClassA* cv)
{
if( cv->getA == a && cv->getb == b)
cv->reset();
});

}

是否有一种简单的方法可以比较 ClassA 的成员函数与 a 和 b 与 for_each?其他最佳解决方案是什么?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com