realLiXunhua 2021-07-22 21:25 采纳率: 80%
浏览 890
已结题

VS下出现Error: no instance of overloaded function


geom->trianngles.push_back(trianngle);

.push_back的点那边VS标红,显示:
img
std:vector < std:shared ptr < Trianngle>,std:allocator < std:shared ptr < Trianngle>> > Geom:trianngles
一个geom中的所有三角形信息

Error: no instance of overloaded function "std:vector<. Ty, Alloc> :push. back [with Ty= std:shared ptr ,_ Alloc=std:allocato < std:shared ptr< Trianngle > >]" matches the argument list
argument types are: (Trianngle *)
object type is: std:vector < std:shared. ptr, std:allocator < std;:shared ptr>>

  • 写回答

1条回答 默认 最新

  • bostonAlen 2021-07-23 01:12
    关注

    img
    可能和此问题类似
    改为

    struct foo
    {
        vector<foo *> cntns;
    
        void createLink(foo * i2)
        {
            this->cntns.push_back(i2);
            i2->cntns.push_back(this);
        }
    };
    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 8月24日
  • 已采纳回答 8月16日
  • 创建了问题 7月22日

悬赏问题

  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示
  • ¥15 求三国群英传pl国战时间的修改方法
  • ¥15 matlab代码代写,需写出详细代码,代价私
  • ¥15 ROS系统搭建请教(跨境电商用途)