gpt4 book ai didi

c++ - 访问 map 数据结构中的结构元素

转载 作者:行者123 更新时间:2023-11-28 03:33:48 25 4
gpt4 key购买 nike

我有这个结构,映射数据结构如下:

#include <map>

struct category {
int id;
std::string name;
};

std::map<int, category> categories;

现在,我想使用类别显示结构类别中的元素“名称”。但我无法访问它。谁能帮忙?

谢谢

最佳答案

你是什么意思你不能访问它?

categories[0].name;

应该足够了。

关于c++ - 访问 map 数据结构中的结构元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11746580/

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