gpt4 book ai didi

c++ - 为什么没有用于关联标准容器的更简单的查找功能

转载 作者:搜寻专家 更新时间:2023-10-31 00:44:00 25 4
gpt4 key购买 nike

<分区>

为什么关联标准容器(映射、集合等)中没有返回 bool 值的“查找”函数?

说:

std::map <int,int> mMap;
...
if ( mMap.contains(75) ) ...

我知道 find() 并且我可以这样做

if ( mMap.find(75) != mMap.end() ) ...

但我觉得它比其他任何东西都更使代码困惑。

为什么没有更简单的功能,我的意思是容器主要是在其中寻找东西?

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