标签: c++ stdmap
我的insert
insert
我希望能够测试bool值
std::map <key,bool> mymap;
我收到一个编译器错误提示 “'->'的基本操作数不是指针
我希望它能够评估布尔值。我在做什么错了?