Removing Struct object from list using remove method in C++

前端 未结 0 1429
隐瞒了意图╮
隐瞒了意图╮ 2021-01-12 06:42

I am trying to use remove method from list on struct object to remove it. This is my struct:

typedef struct pair{
  int x;
  int y;
} PAIR;

A

相关标签:
回答
  • 消灭零回复
提交回复
热议问题