C++ STL map::at function not working like I expect for struct key

后端 未结 0 1637
春和景丽
春和景丽 2020-12-16 02:16

I\'m programming an assignment for my algorithms class. I have a struct

struct Node
{
    int firstPosition;
    int secondPosition;
    string firstColor;
           


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