gpt4 book ai didi

c++ - 不匹配 ‘operator+=’ aka std::_Rb_tree_const_iterator std::map

转载 作者:搜寻专家 更新时间:2023-10-30 23:54:01 25 4
gpt4 key购买 nike

<分区>

我有一个名为 assets 的 map 从 const 函数返回,我使用 const_iterator 来获取映射的子集,如下所示:

std::map<int, Asset>::const_iterator start = assets.begin();
start += 5;
......

但我得到错误:error: no match for ‘operator+=’ (operand types are ‘std::map<int, Asset>::const_iterator {aka std::_Rb_tree_const_iterator<std::pair<const int, Asset> >}’ and ‘int’)

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